Skip to content

Commit

Permalink
add binaryninja-search
Browse files Browse the repository at this point in the history
  • Loading branch information
psifertex committed Feb 5, 2018
1 parent 0708143 commit 1747dd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -115,3 +115,6 @@
[submodule "plugins/xref_call_finder"]
path = plugins/xref_call_finder
url = https://github.com/rick2600/xref_call_finder
[submodule "plugins/binaryninja-search"]
path = plugins/binaryninja-search
url = https://github.com/6e726d/binaryninja-search
1 change: 1 addition & 0 deletions plugins/README.md
Expand Up @@ -24,6 +24,7 @@
|[Explain Instruction](https://github.com/ehennenfent/binja_explain_instruction)|[Eric Hennenfent](https://github.com/ehennenfent)|[Apache 2](binja_explain_instruction/LICENSE)|education, ui|Displays a window that explains in simple English what an assembly instruction does|
|[Radare2 Linear Sweep Plugin](https://github.com/Manouchehri/binaryninja-radare2)|[David Manouchehri](https://github.com/Manouchehri)|[BSD4](binaryninja-radare2/LICENSE)|binaryview, core, ui|Uses radare to identify extra symbols|
|[Simple Linear Sweep](https://github.com/lstotch/linsweep)|[butters](https://github.com/lstotch)|[MIT](linsweep/LICENSE)|architecture, binaryview, core, ui|Uses simplistic techniques to identify additional functions for x86 and x86_64 binaries.|
|[Search Immediate](https://github.com/6e726d/binaryninja-search)|[6e726d](https://github.com/6e726d)|[MIT](binaryninja-search/LICENSE)|ui|Search for the specific value in the instruction operands.|
|[Trickle-down Variables](https://github.com/toolCHAINZ/trickledown_vars)|[toolCHAINZ](https://github.com/toolCHAINZ)|[MIT](trickledown_vars/LICENSE)|ui|(ALPHA) Autorename variables that are copies of other variables.|
|[binjago](https://github.com/zznop/binjago)|[zznop](https://github.com/zznop)|[MIT](binjago/LICENSE)|binaryview|Binjago static analysis plugin suite.|
|[bnil-graph](https://github.com/withzombies/bnil-graph)|[Ryan Stortz (@withzombies)](https://github.com/withzombies)|[Apache 2.0](bnil-graph/LICENSE)|ui|A BinaryNinja plugin to graph a BNIL instruction tree|
Expand Down
1 change: 1 addition & 0 deletions plugins/binaryninja-search
Submodule binaryninja-search added at 72804b

0 comments on commit 1747dd5

Please sign in to comment.