meme / hotwax

Coverage-guided binary fuzzing powered by Frida Stalker
The Unlicense
180 stars 21 forks source link

various fixes #4

Closed vanhauser-thc closed 4 years ago

vanhauser-thc commented 4 years ago
  1. adds code_start/code_end checks
  2. improve stability by resetting prev_loc (by using the one that is reset in afl_loop)
  3. changes to target_persistent to improve performance and reliability.

In my adaptation I am now at 100% stability. dunno what is still missing after this patch.

meme commented 4 years ago

Thank you for your changes, it seems that I still do not achieve 100% stability locally but I will take a look at your code and see if I can find any more improvements