Skip to content

Commit

Permalink
Update Main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkhoury authored May 6, 2020
1 parent c40b21a commit 807cffd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SigMaker/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -111,4 +111,4 @@ plugin_t PLUGIN = {
"SigMaker plugin",
"SigMaker",
"Ctrl-Alt-S"
};
};

0 comments on commit 807cffd

Please sign in to comment.