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.
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 details)
File details
Details for the file 36-chambers-0.0.1.tar.gz.
File metadata
- Download URL: 36-chambers-0.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16f285d8e82553a0ab9624aaba71ff24399b17bcf08f741318db72d42d0a6cf4
|
|
| MD5 |
e50bd316234fa0f138b14e7bd04738c3
|
|
| BLAKE2b-256 |
3435d5638fa011c55e261b9b9af80bd87a6a67f694ff9ab8b8d0efde02973d4e
|