README.md
February 16, 2016 ยท View on GitHub
ELFen: Extract and spell check read-only strings within ELF binaries.
What
ELFen is a strings-like utility for extracting printable strings from read-only data sections of ELF files. This utility also has the ability to spell check these strings.
Dependencies
If you want spell checking wizardry then you will need GNU aspell http://www.aspell.net and any appropriate dictionaries.
Build
Simply run make to build without aspell support. Or, if you have aspell and
the proper dictionary package(s), then you can build-in the aspell support by
running make aspell.
Contact
mattdavis9@gmail.com (enferex)