Skip to content

Releases: mgeeky/PE-library

1.2: Updated PE library

27 Sep 10:22
Compare
Choose a tag to compare

Updated PE-library by fixing some errors, added getImports, getExports, hookTrampoline and logic intended to adjust memory protections before analysis is conducted on in-memory data.

Fixed a subtle nuance

25 May 00:40
Compare
Choose a tag to compare

This release fixes a subtle nuance observed in NTDLL in Win10 where it layers its exports directory right onto the very end buondary of a section, causing RVA2RAW translation failing to return a proper RAW offset.

PE-lib demo peParser

31 Jan 16:35
Compare
Choose a tag to compare

These executables serve as demo of available functionality offered by my small PE-lib.