└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Binary Ninja Plugins 2 | ## Description 3 | A repo with a listing of binary ninja scripts + plugins 4 | 5 | ## Plugins 6 | | Plugin Name | Author | Description | 7 | |-------------|--------|-------------| 8 | |[Annotator](https://github.com/carstein/Annnotater)|[carstein](https://github.com/carstein)|A plugins that annotates libc function arguments| 9 | |[liil](https://github.com/ColdHeat/liil)|[ColdHeat](https://github.com/ColdHeat)|Linear IL view for Binary Ninja| 10 | |[Bookmarks](https://github.com/joshwatson/binaryninja-bookmarks)|[Josh Watson](https://github.com/joshwatson)|A plugin that adds bookmarking functionality| 11 | |[Yara](https://github.com/GitMirar/BinaryNinjaYaraPlugin)|[GitMirar](https://github.com/GitMirar)|Yara Plugin for Binary Ninja| 12 | |[SPU Architecture](https://github.com/bambu/binaryninja-spu)|[Bambu](https://github.com/bambu)|A disassembler for the SPU Cell architecture| 13 | |[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| 14 | |[BinjaDock](https://github.com/NOPDev/BinjaDock)|[NOPDev](https://github.com/NOPDev)|An extendable, tabbed, dockable UI widget plugin for BinaryNinja| 15 | |[MSP430 Architecture](https://github.com/joshwatson/binaryninja-msp430)|[Josh Watson](https://github.com/joshwatson)|msp430 Architecture plugin for Binary Ninja| 16 | |[Microcorruption](https://github.com/joshwatson/binaryninja-microcorruption)|[Josh Watson](https://github.com/joshwatson)|BinaryView Plugin for Microcorruption CTF memory dumps| 17 | |[LC3 Architecture](https://github.com/kapaw/binaryninja-lc3)|[kapaw](https://github.com/kapaw)|LC3 architecture plugin for Binary Ninja| 18 | |[Radare2](https://github.com/Manouchehri/binaryninja-radare2)|[Manouchehri](https://github.com/Manouchehri)|Uses radare to identify extra symbols| 19 | |[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| 20 | |[RetDec](https://github.com/hugsy/binja-retdec)|[hugsy](https://github.com/hugsy)|Binary Ninja plugin to decompile binaries using RetDec API| 21 | |[Textify Function](https://github.com/rick2600/textify_function)|[rick2600](https://github.com/rick2600)|Plugin for binary ninja to textify function to copy and paste| 22 | |[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| 23 | 24 | Todo: 25 | - [ ] Catagorize Plugins 26 | 27 | Plugins to list: 28 | - [ ] https://github.com/rootbsd/binaryninja_plugins (Unsure what to catagorize this as) 29 | --------------------------------------------------------------------------------