Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonpalmisc/autobinja
Harness for automated headless analysis & patching with Binary Ninja
https://github.com/jonpalmisc/autobinja
automation binary-ninja headless
Last synced: about 19 hours ago
JSON representation
Harness for automated headless analysis & patching with Binary Ninja
- Host: GitHub
- URL: https://github.com/jonpalmisc/autobinja
- Owner: jonpalmisc
- License: bsd-3-clause
- Created: 2022-11-09T00:01:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T23:28:14.000Z (3 months ago)
- Last Synced: 2024-08-10T00:32:05.513Z (3 months ago)
- Topics: automation, binary-ninja, headless
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Autobinja
Autobinja is a harness for automated headless analysis & patching with Binary
Ninja.*NOTE: Autobinja is an experimental project with a feature set defined almost
solely by the needs of its author. It is open source in the hope that it may be
useful to others, but should not be treated as stable or used in production.*## Installation
Clone the repository, then install by running `pip install .`.
You may also choose to manually add Autobinja to your `PATH` or run it directly;
it does not have to be installed through Pip to work.## Usage
See `autobinja -h` for full help and usage information.
## License
Copyright © 2022-2024 Jon Palmisciano; licensed under the BSD-3-Clause license.
_For more information and the full license terms, see [LICENSE.txt](LICENSE.txt)._