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 8fd24fc commit 15c8e78Copy full SHA for 15c8e78
Builder/obfuscation.py
@@ -63,7 +63,8 @@ def GetRandomFunction() :
63
body += "\tif (a1 <= (void*)0x00100000) return 0;\n"
64
body += "\tchar aaa = ((char)((int)'0' + 1));\n"
65
body += f"\tint bb = {GetRandomNumber()};\n"
66
- body += "\tfor (int i = 0; i < 10; i++) {\n\t\tCreateMutexA(NULL, false, &aaa);\n\t\tbb++;\n\t}\n\treturn bb;\n}"
+ body += f"\tint r = {GetRandomNumber()};\n"
67
+ body += "\tfor (int i = 0; i < bb; i++) {\n\t\tr ^= i;\n\t}\n\treturn bb;\n}"
68
69
return body
70
0 commit comments