Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't evaluate code on target process #1

Open
clap-dev opened this issue Nov 26, 2021 · 0 comments
Open

Doesn't evaluate code on target process #1

clap-dev opened this issue Nov 26, 2021 · 0 comments

Comments

@clap-dev
Copy link

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.

@clap-dev clap-dev changed the title Doesn't run code on process Doesn't evaluate code on target process Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant