pylane

An python vm injector with debug tools, based on gdb.

  • 所有者: NtesEyes/pylane
  • 平台:
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

pylane

PyPI version

简体中文

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.

Usage

pylane_show

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:

  • use IPython as its interactive interface, support magic functions like ? and %
  • support remote automatic completion
  • provide debug toolkit functions, such as:
    • lookup class or instance by name
    • get source code of an object
    • print all threads' stack and locals

Install

pip install pylane

pylane should be installed in virtualenv the target process uses or in os python lib.

Compatibility

Support Linux and BSD

主要指标

概览
名称与所有者NtesEyes/pylane
主编程语言Python
编程语言Python (语言数: 1)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2018-03-29 05:06:14
推送于2022-11-06 03:13:56
最后一次提交2022-11-06 11:13:13
发布数9
最新版本名称v0.0.8 (发布于 )
第一版名称v0.1 (发布于 )
用户参与
星数361
关注者数11
派生数33
提交数45
已启用问题?
问题数4
打开的问题数2
拉请求数4
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?