diff options
| author | WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> | 2021-05-08 12:34:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-08 13:34:24 +0200 |
| commit | 1b7aa1b63b1ce089b5ebd505155ff6b679487aa1 (patch) | |
| tree | 2f65ae22f6a1a6664f1d09c4784e05976515056c /.gitmodules | |
| parent | b409d63fd30dd2dcbdc7be5fc559f246124ac110 (diff) | |
| download | afl++-1b7aa1b63b1ce089b5ebd505155ff6b679487aa1.tar.gz | |
Changes to bump FRIDA version and to clone FRIDA repo in to build directory rather than use a submodule as the FRIDA build scripts don't like it (#906)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 0b8ccd97..c787ec0e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,7 +7,3 @@ [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 |
