Hi,
I'm loading a very simple PE file using this loader that only prints hello world but once loaded with this loaded it never returns?
The executable is loaded and i get the output on the screen but it never returns to prompt, or my printf() line after the pe is loaded and executed from memory never gets executed!
How can I make this to return properly once the loaded .exe file is returned?
Thanks
Hi,
I'm loading a very simple PE file using this loader that only prints hello world but once loaded with this loaded it never returns?
The executable is loaded and i get the output on the screen but it never returns to prompt, or my printf() line after the pe is loaded and executed from memory never gets executed!
How can I make this to return properly once the loaded .exe file is returned?
Thanks