From 72134d3ccfbbd87726a37b15a7c284ab4d2a579d Mon Sep 17 00:00:00 2001 From: yossizap Date: Sun, 26 Jan 2020 14:08:59 +0000 Subject: [PATCH] Add angrcutter --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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