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: 8 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T03:37:37.000Z (about 2 years ago)
- Last Synced: 2025-03-14T07:43:03.787Z (12 months ago)
- Topics: binaryninja, plugin
- Language: Python
- Homepage:
- Size: 14.6 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