LoadLibrary() an EXE?

Yes it is possible.

http://www.codeproject.com/Articles/1045674/Load-EXE-as-DLL-Mission-Possible

The idea is a) to patch the IAT and b) to call the CRT before calling your exports.

Leave a Comment