Hi, folks --
LoadLibraryEx "maps a specified executable module into the address space of the calling process. The executable module can be a .DLL or an .EXE file".
With DLL all is clear (GetProcAddr, Call Dword ...)
Does anybody knows, is it possible to start EXE by such way ?
If yes, how ?
LoadLibraryEx "maps a specified executable module into the address space of the calling process. The executable module can be a .DLL or an .EXE file".
With DLL all is clear (GetProcAddr, Call Dword ...)
Does anybody knows, is it possible to start EXE by such way ?
If yes, how ?
Comment