AngoraFuzzer / Angora

Angora is a mutation-based fuzzer. The main goal of Angora is to increase branch coverage by solving path constraints without symbolic execution.
Apache License 2.0
916 stars 166 forks source link

Question regarding Taint Rule List #47

Open BenVB4 opened 5 years ago

BenVB4 commented 5 years ago

Hello,

I ran into some errors similar to the ones present on the example page: https://github.com/AngoraFuzzer/Angora/blob/master/docs/example.md

I've created a .txt file before on similar projects and used the following command to make it work perfectly: export ANGORA_TAINT_RULE_LIST=~/path/to/zlib_abilist.txt

However for this particular project, the error list is massive with hundreds of "undefined reference to ..." which makes it near impossible to include all of these in the .txt file.

Is there an easy way to go around this issue? Thanks!!

Marsman1996 commented 5 years ago

Maybe try tool/gen_library_abilist.sh to ignore the whole lib as described in example.md?