C++ Shell Proxy (cmd.exe)
Budget: €30 – €250 EUR
Hey there, I would need someone to write me a Command Line Pipe in C++ without any dependencies for Windows x86, it should work like this, there is a function CreateShell() which uses CreateProcess to start a new thread with cmd.exe, this will return also return the first content that cmd.exe spits out, and the 2nd function will be ExecuteShell(char command) which will execute Commands in the cmd.exe process thread, if I run the function it should also return the current command output after it's run for example: echo 123 will return 123 after it is executed.
It's basically 2 functions, one is creating the process and returns the first output and the 2nd one is writing content to the command line of the process which should also get the output after the command was executed.
Also if CreateShell is executed a 2nd time and there is already a thread running for cmd.exe it should kill that thread and start a new one
It's basically 2 functions, one is creating the process and returns the first output and the 2nd one is writing content to the command line of the process which should also get the output after the command was executed.
Also if CreateShell is executed a 2nd time and there is already a thread running for cmd.exe it should kill that thread and start a new one