exe_to_dll
exe_to_dll copied to clipboard
Converts a EXE into DLL
Currently only loading of the EXE as a DLL is supported. But in order to call any function, we must manually find and call its address. For easier use, it...
Could you support covert an exe without relocation table? Am I use it in a wrong way ? As we know, most of exe have no relocation table.
hi i dont understand how to use it can you tell me how pls ? and is it possible to run it with rundll32 ?
Hello and thank you very much for your amazing work! I'm trying to use your code to convert an exe to a dll but i'm experiencing a problem. I'm not...
Hi, I have a multiple megabyte exe which just write something to the console. After the conversion the generated dll file only 300k and (of course) calling start on it...
Hello, this is a very interesting project. I wanted to use it to convert some programs that take their parameters from command line. So, for testing, I created a program...
WinMain
Is it possible to make this tool compatible with windows applications? I've made som tries myself without any luck. The exe is correcly converted, but giving the entry point to...
Is there any way to get console output from GetProcAddress ? my exe produce only console output and I'm trying to get that output to variable in GetProcAddress Start function....
Hello, Thanks a lot for your Great work. Wanted to try it against Autoit compiled script. (exe 32 bit) ``` #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Add_Constants=n #EndRegion ;****...