diff --git a/README.md b/README.md index 5780c16..399f03d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Want to build your own Plugin for Cutter, or to port an existing one from other - [Integrations](#integrations) - [Jupyter Plugin](#jupyter-plugin) - [x64dbgcutter](#x64dbgcutter) + - [Yara Plugin](#yara-plugin) - [Malware Analysis](#malware-analysis) - [APT32 Graph Deobfuscator](#apt32-graph-deobfuscator) - [Dropshot / StoneDrill Decrypter](#dropshot--stonedrill-decrypter) @@ -62,6 +63,12 @@ Allows the import and export of x64dbg comments and breakpoints in Cutter **Status**: Maintained +### [Yara Plugin](https://github.com/JannisKirschner/Cutter-Yara-Plugin) + +A Cutter plugin to match project with Yara rules at runtime. + +**Status**: Maintained + ## Malware Analysis @@ -132,7 +139,6 @@ Cutter script to comment value of strings that were manually created on the stac **Status**: Maintained - ## Graphs ### [Cutter Deep Graphs](https://github.com/JavierYuste/radare2-deep-graph)