AFLplusplus / qemuafl

This fork of QEMU enables fuzzing userspace ELF binaries under AFL++.
https://aflplus.plus
Other
79 stars 43 forks source link

Add dlerror message on dlopen failure #44

Closed dlmarrero closed 1 year ago

dlmarrero commented 1 year ago

Add dlerror output to error message when dlopen fails to load QEMU_PERSISTENT_HOOK.

Closes #43

vanhauser-thc commented 1 year ago

thank you!