An python vm injector with debug tools, based on gdb.
Pylane is a python vm injector with debug tools, based on gdb and ptrace.
Pylane uses gdb to trace python process, inject and run some code in its python vm.
use inject command to inject a python script in an process:
pylane inject <PID> <YOUR_PYTHON_FILE>
use shell command to inject an interactive shell:
pylane shell <PID>
Pylane shell features:
pip install pylane
pylane should be installed in virtualenv the target process uses or in os python lib.
Support Linux and BSD