Author Topic: Source for producing working win32 exe  (Read 12180 times)

nobody

  • Guest
Source for producing working win32 exe
« on: May 26, 2006, 03:59:05 PM »
http://phpfi.com/120078

I think I got this done quite cleanly. And it might even work correctly, when you just insert the code, data, bss and imports.

Only thing is I couldn't merge the data and bss sections rightly.

Like, 12 bytes of data, file size aligned up to 0x200, and after that I put the bss section, which then, starts at 0x200. It works, but would be prettier if it would start right after those 12 bytes.

Can someone tell a clean solution to this? :)

nobody

  • Guest