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 39bab8b commit 8f94b12Copy full SHA for 8f94b12
HEVDExploits/HEVDExploits.c
@@ -104,6 +104,7 @@ void LaunchCMD()
104
105
/// <summary>
106
/// Get a token stealing payload allocated memory to be used for exploits. (only the payloads we need are currently there)
107
+/// you will have to adjust the stack size based on the OS you are testing on.
108
/// </summary>
109
/// <param name="StackFix">Gets whether to return a stack-fixing payload or not.</param>
110
/// <returns>returns an allocated memory to the payload.</returns>
@@ -388,4 +389,5 @@ int main(int argc, const char* argv[])
388
389
printf("Unknown option: \"%s\"\n", Selected);
390
printf("Use without arguments to see usage.\n");
391
return 1;
-}
392
+
393
+}
0 commit comments