You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!
The text was updated successfully, but these errors were encountered:
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!!
The text was updated successfully, but these errors were encountered: