Short: RomSearcher Author: Chris Covell, AmigaOS 4.0 compile by Spot/Up Rough Uploader: Spot / Up Rough Type: misc/emu Requires: AmigaOS 4.0 and some ROM files (NES, PCE Etc...) Architecture: ppc-amigaos >= 4.0.0 This is a program which will search through any binary file for a given text string. It is specially designed for video game ROMs, which sometimes have their text encoded or stored in a format other than standard ASCII. After ROMSearcher finds all the occurrences of the text string that it can, it can shift all the bytes in the file, letting you edit the shifted file with a HEX editor, or view the found text with a text viewer. After you have viewed enough of the found/hidden text, and have edited it at will, ROMSearcher can then shift back the bytes, so that you can again play the game ROM, with your modifications intact. * This program should be started from CLI only. * I should note that you can use this program on any binary file, and not just videogame ROMs. You really should legally own the ROMs which you would be editing or hacking with this program. HTML documentation is included with this archive, showing you exactly how to use this program. C++ Source code is also included, and is freely distributable. Original by Chris Covell AmigaOS 4.0 compile by Spot / Up Rough