You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
clap-dev
changed the title
Doesn't run code on process
Doesn't evaluate code on target process
Nov 26, 2021
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.
The text was updated successfully, but these errors were encountered: