diff options
| author | WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> | 2021-04-30 09:28:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-30 10:28:20 +0200 |
| commit | 765f3e5169dc0b69c806b2b10a29250fa162ada7 (patch) | |
| tree | 588214eb3a979ab40b9c420b114096efd3aee3e9 /.gitmodules | |
| parent | c9d066038fe0bbf8e0ab0a481ca320ca1c31b1bf (diff) | |
| download | afl++-765f3e5169dc0b69c806b2b10a29250fa162ada7.tar.gz | |
Added representative fuzzbench test and test for libxml (#893)
* Added representative fuzzbench test and test for libxml * Added support for building FRIDA from source with FRIDA_SOURCE=1 Co-authored-by: Your Name <you@example.com>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c787ec0e..0b8ccd97 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,7 @@ [submodule "qemu_mode/qemuafl"] path = qemu_mode/qemuafl url = https://github.com/AFLplusplus/qemuafl +[submodule "frida_mode/frida"] + path = frida_mode/frida + url = https://github.com/WorksButNotTested/frida.git + branch = x64_stalker_fix |
