index
:
~cnx/afl++
this commit
dataflow
dev
run
stable
Security-oriented fuzzer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
afl_frida
Age
Commit message (
Collapse
)
Author
2021-04-01
fix #if A == B always evalutes to true
Jiangen Jiao
2021-02-01
Merge pull request #721 from GanbaruTobi/patch-1
van Hauser
Clarify usage of LD_LIBRARY_PATH in afl_frida
2021-02-01
Clarify usage of LD_LIBRARY_PATH in afl_frida
Tobias Mayer
This will help not *accidentally* trying to set the variable to the library's binary.
2021-01-30
afl-frida faster for x86_x64
van Hauser
2021-01-30
remove warnings
van Hauser
2021-01-26
real fix plus code format
van Hauser
2021-01-20
android: Remove frida-gum package
Joey Jiao
2021-01-20
afl_frida: Add AFL_FRIDA_TEST_INPUT env to debug input
Joey Jiao
2021-01-20
afl_frida: fix target lib
Joey Jiao
2021-01-20
android: afl_frida: get target lib/function from command line
Joey Jiao
2021-01-20
android: port afl_frida for arm64
Joey Jiao
2020-12-26
more flexible system support for afl-frida
van Hauser
2020-12-26
Merge pull request #661 from Manouchehri/dev
van Hauser
Fix missing Apple headers for afl_frida
2020-12-26
utils/afl_frida is not 5% faster
van Hauser
2020-12-26
fixed a few forgotten old afl-llvm-rt references
van Hauser
2020-12-26
Include Apple headers.
David Manouchehri
2020-12-01
renamed examples/ to utils/
vanhauser-thc