Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smoothhacker/binja-plugins
Collection of small scripts and plugins for Vector35's Binary Ninja
https://github.com/smoothhacker/binja-plugins
binaryninja plugin
Last synced: about 2 months ago
JSON representation
Collection of small scripts and plugins for Vector35's Binary Ninja
- Host: GitHub
- URL: https://github.com/smoothhacker/binja-plugins
- Owner: SmoothHacker
- Created: 2021-04-24T19:31:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T03:37:37.000Z (about 1 year ago)
- Last Synced: 2023-11-28T04:37:09.843Z (about 1 year ago)
- Topics: binaryninja, plugin
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Binja-Plugins
Collection of small scripts and plugins for Vector35's Binary Ninja## Format String Fixer
Searches for the format strings for the `printf` function and marks them as a `const char[]` so that the string value appears in the disassembly instead of a `data_xxxx`.## Headless BNDB Creator
Creates a bndb for file on a headless version of binary ninja## Syscall Reporter
Gives a report detailing the addresses and type of syscalls in a binary