This commit is contained in:
vanhauser-thc
2022-01-03 17:02:29 +01:00
parent 226450600c
commit 3b96c8ae13
2 changed files with 5 additions and 4 deletions

View File

@ -83,7 +83,7 @@ int main(int argc, char** argv){
kAFL_hypercall(HYPERCALL_KAFL_RELEASE, 0);
/* This shouldn't happen if you have enabled the reload mode */
hprintf("Das sollte niemals passieren :)\n");
hprintf("This should never happen :)\n");
}