Angora
Angora copied to clipboard
Question regarding Taint Rule List
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!!
Maybe try tool/gen_library_abilist.sh to ignore the whole lib as described in example.md?