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
The fuzzer is working and reports coverage and finds the bug from the windows kernel example.
When I perform fuzz cov I receive the following error coming from [here]
My system has a i7-1360P and I do not know if intel has done some updates on the instructions or in general they have start using know an unknown or somewhat not used "pt-instruction" more?
Is it possible to give me a hint on what might be the fault, so I can look for it ? The error is 90% coming from libxdc ? Should I check how Intel-PT works ?
Of course now I see that when I run kafl cov an new instance of qemu is running and the driver is getting loaded on another memory region so thats why i guess the error occurs.
The fuzzer is working and reports coverage and finds the bug from the windows kernel example.
When I perform
fuzz cov
I receive the following error coming from [here]My system has a i7-1360P and I do not know if intel has done some updates on the instructions or in general they have start using know an unknown or somewhat not used "pt-instruction" more?
Is it possible to give me a hint on what might be the fault, so I can look for it ? The error is 90% coming from libxdc ? Should I check how Intel-PT works ?
Thank you !
Also check this commits from libipt [here][here]
The text was updated successfully, but these errors were encountered: