Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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