From 807cffd9ded146f3ed820dd590ecd44ca09b5899 Mon Sep 17 00:00:00 2001 From: Aidan Khoury Date: Wed, 6 May 2020 11:08:00 -0300 Subject: [PATCH] Update Main.cpp --- SigMaker/Main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SigMaker/Main.cpp b/SigMaker/Main.cpp index 24876b4..20a62bc 100644 --- a/SigMaker/Main.cpp +++ b/SigMaker/Main.cpp @@ -43,10 +43,10 @@ bool idaapi run( size_t /*arg*/ ) "What do you want to do?\n" "<#Auto create ida pattern:R>\n" // 0 "<#Auto create code pattern:R>\n" // 1 - "<#Auto create crc32 pattern:R>\n" // 2 + "<#Auto create crc32 checksum:R>\n" // 2 "<#Create ida pattern from selection:R>\n" // 3 "<#Create code pattern from selection:R>\n" // 4 - "<#Create crc32 pattern from selection:R>\n" // 5 + "<#Create crc32 checksum from selection:R>\n" // 5 "<#Test ida pattern:R>\n" // 6 "<#Test code pattern:R>\n" // 7 "<#Convert a sig:R>\n" // 8 @@ -111,4 +111,4 @@ plugin_t PLUGIN = { "SigMaker plugin", "SigMaker", "Ctrl-Alt-S" -}; \ No newline at end of file +};