From baa7c298042ca356d01ef6c99fa39bf631215fb0 Mon Sep 17 00:00:00 2001 From: ITAYC0HEN Date: Thu, 27 Jun 2019 23:19:42 +0300 Subject: [PATCH] add stack string recoverer --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9f73afa..41a7c61 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Want to build your own Plugin for Cutter, or to port an existing one? Follow the - [Cutter Lighthouse](#Cutter-Lighthouse) - [Enhancements](#Enhancements) - [Assembly-reference](#Assembly-reference) + - [Recovering Stack Strings](#Recovering-Stack-Strings) - [Graphs](#Graphs) - [Cutter Deep Graphs](#Cutter-Deep-Graphs) - [Misc](#Misc) @@ -88,6 +89,12 @@ A plugin for Cutter that shows the information about the assembly instruction cu **Type**: Plugin **Status**: Maintained +## [Recovering Stack Strings](https://github.com/securitykitten/cutter_scripts/blob/master/scripts/cutter_stackstrings.py) + +Cutter script to comment value of strings that were manually created on the stack. + +**Type**: Script +**Status**: Maintained