- fixed bug in the dump engine: more details here http://forum.tuts4you.com/topic/30060-bug-when-fixing-dump/ - added "suspend process option", look in options dialog: more details here http://waleedassar.blogspot.com/2012/09/anti-dumping-part-3.html
If you try to FIX DUMP an executable with the IMAGE_NT_HEADERS structure
overlapping the IMAGE_DOS_HEADER i.e. the e_lfanew field has a value less than or
equal to 0x38 (and of course, greater than or equal to 0x2), the resulting executable
is rejected by the windows PE loader. Scylla_v0.7beta8.rar
ImpREC, CHimpREC, Imports Fixer... this are all great tools to rebuild an import table, but they all have some major disadvantages, so I decided to create my own tool for this job.
Scylla's key benefits are:
- x64 and x86 support - full unicode support (probably some russian or chinese will like this :-) ) - written in C/C++ - plugin support - works great with Windows 7
And the best, Scylla is open source under the GNU GPL v3.
Basically, it's ImpRec on speed If you miss a feature or want to report a bug,
head on over to the support forum on Tuts4You.