DaLynX
DaLynX
Working on #276. Remaining work: replace section extension by offset shifting.
- Resource build does not remove existing resource table if existing. - Section deletion does not free space but instead extends previous section (unless deleted section is the first or...
For the last few weeks and I had actual disk space issues, mailpile keeps showing the read-only notification in the web UI, but free disk space is over 70GB and...
When parsing a DLL file generated by cgo, only the first 16 exports have a name. The rest have `None` although they have a name when listed with dumpbin.
Fixes #4 for x64. Exception-handling code can be added to the loading process using Windows exceptions blocks: ```C __try { proc(); } __except(EXCEPTION_EXECUTE_HANDLER) { // Exception-handling code. } ```