hypno icon indicating copy to clipboard operation
hypno copied to clipboard

Inject python code into a running python process

Results 2 hypno issues
Sort by recently updated
recently updated
newest added

Can check if the target process has a different `/proc//task//ns/mnt`. If it does, create the shared library in `/proc/pid/root` instead in the current filesystem. Python's tempfile module doesn't support searching...

enhancement

You can now inject a python script path. This seemed easier to manage than trying to get my scripts as arguments on the command line. Platforms other than Linux are...