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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?