exe_to_dll
exe_to_dll copied to clipboard
Get Console Input
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 that addition two int as parameter 1 and 2 and output the sum in a file (as there is no console output, but I am not interested in it).
When I call "Addition.exe 99 6", parameters 1 and 2 are 99 and 6. That s ok When I call "rundll32.exe .\Addition.dll,Start 99 6" ; parameters 1 and 2 are "".\Addition.dll,Start and 99. And If I load it in a program, it just display the parameter of that program !
Is there a way to correct that, so parameter 1 is alwways the parameter send to the entry point
Thanks
Regards
Nicolas