I am currently developing the following:
This is a tool for anyone interested in searching their roms (single file or directory of files) for specific terms that may lead to finding unused or hidden content in games. It will analyze each rom and report its findings in an organized tree view with counts, address the term was found at, and a snippet of the text (600 characters) it is contained in to provide relevance. You can edit "Terms.txt" to add new words if needed (accessible in the menu or manually), or adjust how the files are searched (Normal, Byte Swapped, or both). Terms will automatically be added as lower, upper, and title case without having to specify additional entries within "Terms.txt". When previewing the snippet, the application will automatically highlight the term for easy reading. It can be found here if anyone is interested.
The Peeper:

Features:
-Supports any rom type.
-Supports standard text formats (will support more in the future).
-Single File or Directory processing.
-Editable terms list.
-Automatic character case generation of each term provided increases the chances you will find a match.
-Normal, Byte Swapped, and Zero Byte Delimited search options (Options menu).
-Organized tree view to display results with counts and address found at listing.
-Snippet of rom search area the term was found in for relevance.
-Snippet term highlighting for easy readability.
-Text copy option on selected node.
Requires:
.Net Framework 4.5
Roms
|