diff options
Diffstat (limited to 'nyx_mode/custom_harness/example.c')
-rw-r--r-- | nyx_mode/custom_harness/example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nyx_mode/custom_harness/example.c b/nyx_mode/custom_harness/example.c index b217ed55..0b12e60b 100644 --- a/nyx_mode/custom_harness/example.c +++ b/nyx_mode/custom_harness/example.c @@ -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"); } |