-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following Hyperpill example for QEMU 8.0.0 with ASAN doesnt find crashes #12
Comments
I think that even in my case the enumeration process remains stuck at |
They are mixed output of QEMU and HyperPill. Unfortunately, they are not crashes. |
Regarding the hang, Please retake the snapshot by updating the command line to run L1 VM.
|
Currently, clock_stop() has not been added to this version. So very hard to trigger any crash. Please be patient. Please follow #6. |
Regarding scp, is there any error message? It should work perfectly if you correctly set up port forwarding. |
Hi,
I've followed the example in Hyperpill-snap for QEMU 8.0.0 with ASAN but Hyperpill didnt trigger any crashes after running the fuzzer for more than 24 hours. Reading the logs got me nowhere. Some entries in the log are like
bad data written to virtio-scsi configuration space
orwrite: eepro100: feature is missing in this emulation: unknown byte write
. Others instead caught my attention:write: eepHotspot Pos 3 Hint: fd0000fd (vs fd) PC: 559c0d81634d; Hotspot Pos 3 Hint: fe0000fd (vs fd) PC: 559c0d817292
.I wanted also to use symbolization but for some reason the scp commands fails because some auth errors.
Google Drive link to one of the logs if someone wants to take a look
Thank you for your help
The text was updated successfully, but these errors were encountered: