Skip to content

Commit 8f94b12

Browse files
authored
Added a notice
1 parent 39bab8b commit 8f94b12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

HEVDExploits/HEVDExploits.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ void LaunchCMD()
104104

105105
/// <summary>
106106
/// 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.
107108
/// </summary>
108109
/// <param name="StackFix">Gets whether to return a stack-fixing payload or not.</param>
109110
/// <returns>returns an allocated memory to the payload.</returns>
@@ -388,4 +389,5 @@ int main(int argc, const char* argv[])
388389
printf("Unknown option: \"%s\"\n", Selected);
389390
printf("Use without arguments to see usage.\n");
390391
return 1;
391-
}
392+
393+
}

0 commit comments

Comments
 (0)