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
- @BugfireIO for QA testing!