Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cxbe: Set the proper flags for *IMAGE sections
bInsertedFile, bHeadPageRO, and bTailPageRO should be set and bPreload should be cleared otherwise it causes memory/stack corruption when running the XBE (my theory is that it overwrites some program data with the image data unless you clear bPreload). A more permanent solution would probably be to add an option set the flags for specific sections.
- Loading branch information