Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agnosticlines/binaryninja-plugins
A repo with a listing of binary ninja scripts + plugins (massively inspired by https://github.com/onethawt/idaplugins-list)
https://github.com/agnosticlines/binaryninja-plugins
binary-ninja binja
Last synced: 3 months ago
JSON representation
A repo with a listing of binary ninja scripts + plugins (massively inspired by https://github.com/onethawt/idaplugins-list)
- Host: GitHub
- URL: https://github.com/agnosticlines/binaryninja-plugins
- Owner: agnosticlines
- Created: 2017-01-15T10:56:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T09:03:55.000Z (over 7 years ago)
- Last Synced: 2024-04-07T12:38:43.178Z (7 months ago)
- Topics: binary-ninja, binja
- Homepage:
- Size: 1000 Bytes
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-security-collection - **5**星
README
# Binary Ninja Plugins
## Description
A repo with a listing of binary ninja scripts + plugins## Plugins
| Plugin Name | Author | Description |
|-------------|--------|-------------|
|[Annotator](https://github.com/carstein/Annnotater)|[carstein](https://github.com/carstein)|A plugins that annotates libc function arguments|
|[liil](https://github.com/ColdHeat/liil)|[ColdHeat](https://github.com/ColdHeat)|Linear IL view for Binary Ninja|
|[Bookmarks](https://github.com/joshwatson/binaryninja-bookmarks)|[Josh Watson](https://github.com/joshwatson)|A plugin that adds bookmarking functionality|
|[Yara](https://github.com/GitMirar/BinaryNinjaYaraPlugin)|[GitMirar](https://github.com/GitMirar)|Yara Plugin for Binary Ninja|
|[SPU Architecture](https://github.com/bambu/binaryninja-spu)|[Bambu](https://github.com/bambu)|A disassembler for the SPU Cell architecture|
|[Function Matcher](https://github.com/jhurliman/binaryninja-functionmatcher)|[John Hurliman](https://github.com/jhurliman)|A Binary Ninja plugin to match functions and transplant symbols between similar binaries|
|[BinjaDock](https://github.com/NOPDev/BinjaDock)|[NOPDev](https://github.com/NOPDev)|An extendable, tabbed, dockable UI widget plugin for BinaryNinja|
|[MSP430 Architecture](https://github.com/joshwatson/binaryninja-msp430)|[Josh Watson](https://github.com/joshwatson)|msp430 Architecture plugin for Binary Ninja|
|[Microcorruption](https://github.com/joshwatson/binaryninja-microcorruption)|[Josh Watson](https://github.com/joshwatson)|BinaryView Plugin for Microcorruption CTF memory dumps|
|[LC3 Architecture](https://github.com/kapaw/binaryninja-lc3)|[kapaw](https://github.com/kapaw)|LC3 architecture plugin for Binary Ninja|
|[Radare2](https://github.com/Manouchehri/binaryninja-radare2)|[Manouchehri](https://github.com/Manouchehri)|Uses radare to identify extra symbols|
|[Strings](https://github.com/Antonin-Deniau/bnstrings)|[Antonin Deniau](https://github.com/Antonin-Deniau)|Binaryninja plugin that use radare2 to find and add strings to binaryninja|
|[RetDec](https://github.com/hugsy/binja-retdec)|[hugsy](https://github.com/hugsy)|Binary Ninja plugin to decompile binaries using RetDec API|
|[Textify Function](https://github.com/rick2600/textify_function)|[rick2600](https://github.com/rick2600)|Plugin for binary ninja to textify function to copy and paste|
|[Xref Call Finder](https://github.com/rick2600/xref_call_finder)|[rick2600](https://github.com/rick2600)|Print call chains to a target function by recursively following xrefs|Todo:
- [ ] Catagorize Plugins
Plugins to list:
- [ ] https://github.com/rootbsd/binaryninja_plugins (Unsure what to catagorize this as)