You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm currently using kAFL 0.7
When the Sleep() function includes the harness, the ntoskrnl crashes.
The reason for this is that if I run a harness without Sleep() function, it will work normally, but if I add Sleep() to the code that works normally, it will crash
What do you think the reason is?
Thanks
The text was updated successfully, but these errors were encountered:
thanks for opening an issue.
I have no idea why the Sleep() function would cause the Windows kernel to crash inside a harness.
But since you have a crash, you should be able to retrieve the crash dump and perform an initial analysis of the stacktrace.
Hi, I'm currently using kAFL 0.7
When the Sleep() function includes the harness, the ntoskrnl crashes.
The reason for this is that if I run a harness without Sleep() function, it will work normally, but if I add Sleep() to the code that works normally, it will crash
What do you think the reason is?
Thanks
The text was updated successfully, but these errors were encountered: