#include <Windows.h>
#include <VersionHelpers.h>
DWORD get_version(void)
{
if (!IsWindows8OrGreater())
return 0x2312;
return 0x0;
}
int main()
{
DWORD limit = GdiGetBatchLimit();
bool limit_above = false;
if (limit > 0xfda1)
limit_above = true;
DWORD version = 0x0;
if (limit_above)
DWORD version = get_version();
WORD decompile = 0x10;
if (version > 6)
if (!limit_above)
decompile--;
WORD loop = 0x0;
for (WORD i = 0; decompile > 0; --decompile) {
version = 0;
if (decompile % 2 == 0)
version = get_version();
if (version == 0)
loop = 1;
}
const int c = 10;
int i = 0;
int aux;
do {
aux = i % c;
i++;
if (i == 10)
break;
} while (aux < 10);
return aux - loop;
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Control flow graph plugin generator
License
hoenirvili/goliath
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Control flow graph plugin generator
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published