FoRTE-Research/UnTracer-AFL

Error occurred during the use of untracer

kimiwanano opened this issue · 2 comments

I ran into the problem Missing basic block map: 'fuzz_out//sfconvert.bblist'! At the beginning, I had the same problem as the last issue, but after I updated the path related to Dyninst, there was no error reported by UntracerDyninst any more, but the error remains. This is also the reason why I opened a new problem.
config:
I used Dynist-10.2.0 since the Dynins-9.x version was no longer supported. Other installation steps are the same as those provided in the readme. However, when I fuzzing, an error occured.
fc206c42da79516328463e16f826596
I checked the fuzz_out folder again and found that %s.dummy was successfully created, but %s.bblist and %s.cur_trace were not created correctly.
a87b492335bb2026a50d4fa9442bfee
So I wonder how can I solve this problem? Do you have any suggestions? Thank you very much!

For UnTracer we don't recommend using any Dyninst version beyond 9.3.2. Alternatively, you're welcome to try out HeXcite, which uses ZAFL for its binary rewriting.

Ok, I will try to go back to dyninst-9.3.2, because the following error occurred in this version before, the related link is no longer open. Do you have any good suggestions to solve this problem?
f167659ef7a18876d5227a922ebcef9

If not, I will try HeXcite, thanks for answering!