Give the fuzzed Win32 program a chance to display something even
if the diverted function itself causes a crash.
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ int main(void)
|
||||
AllocConsole();
|
||||
|
||||
fprintf(stderr, "About to call LoadLibraryA()\n");
|
||||
LoadLibraryA("whatever");
|
||||
//LoadLibraryA("whatever");
|
||||
fprintf(stderr, "Finished calling LoadLibraryA()\n");
|
||||
|
||||
getchar();
|
||||
|
||||
Reference in New Issue
Block a user