Skip to main content

Python Library for Binary Ninja

Project description

36-chambers is a Python Library which adds common reversing methods and functions for Binary Ninja. The library is designed to be used within Binary Ninja in the Python console.

Installation

Use pip to install or upgrade 36-chambers:

$ pip install 36-chambers [--upgrade]

Quick Example

Find and print all blocks with a “push” instruction:

from chambers import Chamber

c = Chamber(bv=bv)
c.instructions('push')

Documentation

For more information you can find documentation on readthedocs.

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

36-chambers-0.0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

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