DexOS PE converter
Tuesday, May 12th, 2009If you, like me, take a compiler, and make it target DexOS, but can’t get around those pesky PE *.exe files it generates, well, I have the antidote. Here is a program to take a *.exe and turn it into a *.dex file. The catch: It MUST be a DexOS-targeted file, meaning at entry, all functions and routines call DexOS functions, etc. Essentially all this app does is change the header around and call the entry point. (more…)