AFLplusplus / qemuafl

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

Fix PPC64 usage of afl_entry_point and TARGET_LONG_BITS #30

Closed 6E006B closed 2 years ago

6E006B commented 2 years ago

The old implementation of PPC64 has been broken by changes of the context. This patch updates the assignment of the afl_entry_point and sets TARGET_LONG_BITS accordingly.

vanhauser-thc commented 2 years ago

thank you!