We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d66943 commit 0591e91Copy full SHA for 0591e91
Shellcodev/main.cpp
@@ -12,7 +12,7 @@ int main(int argc, char *argv[])
12
{
13
SetConsoleCtrlHandler(winrepl_exit, TRUE);
14
15
- std::cout << "Shellcodev v2.0 by XaFF based on WinREPL\n";
+ std::cout << "Shellcodev v2.1 by XaFF based on WinREPL\n";
16
std::cout << "Input assembly instructions, or \".help\" for a list of commands.\n" << std::endl;
17
18
while (TRUE)
0 commit comments