Angora icon indicating copy to clipboard operation
Angora copied to clipboard

Question regarding Taint Rule List

Open BenVB4 opened this issue 6 years ago • 1 comments

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!!

BenVB4 avatar Apr 23 '19 19:04 BenVB4

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

Marsman1996 avatar Apr 27 '19 07:04 Marsman1996