Skip to content

v0.2.9

Compare
Choose a tag to compare
@hasherezade hasherezade released this 16 Oct 19:58
· 630 commits to master since this release

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