|
|
@ -3,6 +3,13 @@
|
|
|
|
ObfuscateRoutine
|
|
|
|
ObfuscateRoutine
|
|
|
|
extern "C" int ModuleEntry()
|
|
|
|
extern "C" int ModuleEntry()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
AllocConsole();
|
|
|
|
|
|
|
|
freopen("conin$", "r", stdin);
|
|
|
|
|
|
|
|
freopen("conout$", "w", stdout);
|
|
|
|
|
|
|
|
freopen("conout$", "w", stderr);
|
|
|
|
|
|
|
|
printf("hello world\n");
|
|
|
|
|
|
|
|
getchar();
|
|
|
|
|
|
|
|
|
|
|
|
MessageBoxA(0, "Demo", "Hello From Obfuscated Routine!", 0);
|
|
|
|
MessageBoxA(0, "Demo", "Hello From Obfuscated Routine!", 0);
|
|
|
|
UsermodeMutateDemo();
|
|
|
|
UsermodeMutateDemo();
|
|
|
|
UsermodeNoObfuscation();
|
|
|
|
UsermodeNoObfuscation();
|
|
|
|