diff options
| author | van Hauser <vh@thc.org> | 2021-11-16 10:51:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-16 10:51:19 +0100 |
| commit | 464f1a78dff320609d4580a7b2493dc5b527df67 (patch) | |
| tree | 828fae4c389535372e8bd61ddc8a4c02b751ddac /.gitmodules | |
| parent | 02b621e83c5242493dd6353a158414083885623a (diff) | |
| parent | 3f864fa129c821ff35771ad0fe74c9e1ec88ee08 (diff) | |
| download | afl++-464f1a78dff320609d4580a7b2493dc5b527df67.tar.gz | |
Merge pull request #1156 from retrage/retrage/coresight-mode-pr
Add CoreSight mode support
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 200f3ecc..cd9d73e9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,9 @@ [submodule "utils/optimin/EvalMaxSAT"] path = utils/optimin/EvalMaxSAT url = https://github.com/FlorentAvellaneda/EvalMaxSAT +[submodule "coresight_mode/patchelf"] + path = coresight_mode/patchelf + url = https://github.com/NixOS/patchelf.git +[submodule "coresight_mode/coresight-trace"] + path = coresight_mode/coresight-trace + url = git@github.com:RICSecLab/coresight-trace.git |
