notpidgey / EagleVM

Native code virtualizer for x64 binaries
GNU General Public License v3.0
393 stars 47 forks source link

Generate a working executable #2

Closed mrexodia closed 10 months ago

mrexodia commented 10 months ago

I also fixed the file writing logic and the file produced is now actually a valid PE. I had to implement growing of the PE header, so a bigger refactor was necessary. Use the diff with ignored whitespace to see what's going on.