Hey,
I was looking through some backup CDs today and came across an app I wrote about 5 years ago while bored at work. It searches a file looking for words in a dictionary, which I wanted so I could search VB ROMs for words, like DEBUG, SOUND TEST, etc.
I didn't remember how complete it was, but I did some testing today and it seems to work, so I added a few finishing touches to it, and now here it is :) . The executable, source, dictionary file, and readme are in the zip. I included a dictionary that I had found online somewhere, though it's possible to use your own.
By default it searches all offsets (where the alphabet starts, i.e. ASCII=0x41), though you can specify which offset to search for, as well as the minimum word length. It takes a long time to process, but hopefully you'll only need to do it once for each ROM.
I was kinda surprized that it just worked, so it's possible that there's some bugs... let me know if you run into any problems.
DogP
Attach file:
dictfind.zip Size: 353.76 KB; Hits: 21