diff --git a/README.md b/README.md index 399f03d..5e37170 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Want to build your own Plugin for Cutter, or to port an existing one from other - [Jupyter Plugin](#jupyter-plugin) - [x64dbgcutter](#x64dbgcutter) - [Yara Plugin](#yara-plugin) + - [AngrCutter](#angr-plugin) - [Malware Analysis](#malware-analysis) - [APT32 Graph Deobfuscator](#apt32-graph-deobfuscator) - [Dropshot / StoneDrill Decrypter](#dropshot--stonedrill-decrypter) @@ -69,6 +70,12 @@ A Cutter plugin to match project with Yara rules at runtime. **Status**: Maintained +### [angrcutter](https://github.com/yossizap/angrcutter) + +A plugin that adds dynamic symbolic execution to Cutter's debugger using Angr. + +**Status**: Maintained + ## Malware Analysis