home *** CD-ROM | disk | FTP | other *** search
- /* fv is a binary file editor written by Chris Hooper (cdh@mtu.edu)
- * on 6-2-91 and has gone through many revisions since then.
- * Much inspiration was given by Bill Moore, the first real user!
- * Owner: CHRISTOPHER D HOOPER
- *
- * fv source Copyright (c) 1992 - 1998 Chris Hooper
- *
- * Modification and redistribution is strictly prohibited.
- * Sale of this software above media cost is prohibited.
- *
- * Except for above two restrictions, this software may be used for
- * any purpose, commercial and private.
- *
- * Disclaimer: This product is fit for no use, foreign or domestic.
- * Use implies knowledge you intend to destroy something.
- */
-
- int edit_file();
- int edit_mem_string();
- int edit_mem_base();
- int find_str();
- int find_hex();
- int set_mark();
- int get_mark();
- int generic_search();
- int save_changes();
- int write_mark();
- int get_jump();
- void edit_mode();
- int load_ksbuf_from_hist();
-