Skip to content

v0.0.6

Latest
Compare
Choose a tag to compare
@jstrosch jstrosch released this 20 Jul 14:54

FEATURES

  • Adds the ability to load additional content during debugging or PE file creation. During debugging, content loaded from an additional file can be simply copied into memory or memory mapped. When creating a PE file, additional content is added in a new section named .content

BUG FIXES

  • PE files did not contain proper data directory entries, which caused some PE parsing utilities to fail. This release adds empty data directories to the produced PE file.

SPECIAL THANKS