Simply image
Hello!
I want purpose add one more file format to loader. Something like Adam or .com (in 32bit sense). Reason: pe is over complicated (imho), so it will do more simple work (=> more simple code) for people who try to create compiler/linker. I don’t want say “reject pe” (for me pe is mean - support industry standards), but have alternative (try to growth new).
I want purpose add one more file format to loader. Reason: pe is over complicated (imho), so it will do more simple work...
But - if it is to be a very simple format, why do you need a loader at all?
Btw, there are at least 2 "loaders" in HX: DPMILD32.EXE and LOADPE.BIN. The latter one is rather simple - no support for dlls.
In other words, I can get source code of LOADPE.BIN, reduce and make loader for my own format… Thanks, sounds like great idea!