v0.2.9
FEATURE
- In DLL: use
__cdecl
calling convention (instead of__stdcall
) - In case if scanning data is enabled (
/data
parameter) scan for hooks also the sections that are marked as non-executable (if they contain code patterns) - Added a count of sections scanned for patches to the report
BUGFIX
- Fixed a bug in detecting a section with Entry Point (affecting unpacking of some packers, such as ASPack - Issue #73 )
- Fixed bug in libPEconv: do not treat empty relocation blocks as invalid
REFACT
- Some internal cleanup and refactoring