Update Main.cpp

This commit is contained in:
Aidan Khoury
2020-05-06 11:08:00 -03:00
committed by GitHub
parent c40b21afcc
commit 807cffd9de

View File

@@ -43,10 +43,10 @@ bool idaapi run( size_t /*arg*/ )
"What do you want to do?\n" "What do you want to do?\n"
"<#Auto create ida pattern:R>\n" // 0 "<#Auto create ida pattern:R>\n" // 0
"<#Auto create code pattern:R>\n" // 1 "<#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 ida pattern from selection:R>\n" // 3
"<#Create code pattern from selection:R>\n" // 4 "<#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 ida pattern:R>\n" // 6
"<#Test code pattern:R>\n" // 7 "<#Test code pattern:R>\n" // 7
"<#Convert a sig:R>\n" // 8 "<#Convert a sig:R>\n" // 8