Skip to main content

No project description provided

Project description

# pylane

[![PyPI version](https://badge.fury.io/py/pylane.svg)](https://badge.fury.io/py/pylane)

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

## Features

  • Attach a running python process with its pid, directly access and change anything in python vm, or run a user defined python script.

  • Provide a python remote shell.
    • Use IPython as an interactive interface, support some IPython features such as ? % magic functions.

    • Provide remote auto completion.

    • Provide debug toolkit, we can get class/instances by name, get object’s source code, etc.

    • Defined an executor in program, and use the shell as a command interface.

  • Support Linux and BSD

## Usage

install:

` pip install pylane `

use:

` pylane inject <PID> <YOUR_PYTHON_FILE> `

to run your code in a process

or

` pylane shell <PID> `

to get an interactive shell

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylane-0.0.5.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distributions

pylane-0.0.5-py3-none-any.whl (27.1 kB view hashes)

Uploaded Python 3

pylane-0.0.5-py2-none-any.whl (16.2 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page