wsadev01/PInjection

Doesn't evaluate code on target process

Opened this issue · 0 comments

I had a peek at the source, and you aren't running the function with the injected process. Instead, you are injecting code into the process, leaving it there, using the same marshal data and executing it via the same Python Interpreter that was used to inject the code. Nothing is being run on the target process at all!

Correct me if I'm wrong, but, doesn't this defeat the whole purpose? Why inject code into a process if you aren't running the code on that process. Let me know what you think.

Regards, iclapcheeks.