about summary refs log tree commit diff
path: root/.gitmodules
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-11-16 10:51:19 +0100
committerGitHub <noreply@github.com>2021-11-16 10:51:19 +0100
commit464f1a78dff320609d4580a7b2493dc5b527df67 (patch)
tree828fae4c389535372e8bd61ddc8a4c02b751ddac /.gitmodules
parent02b621e83c5242493dd6353a158414083885623a (diff)
parent3f864fa129c821ff35771ad0fe74c9e1ec88ee08 (diff)
downloadafl++-464f1a78dff320609d4580a7b2493dc5b527df67.tar.gz
Merge pull request #1156 from retrage/retrage/coresight-mode-pr
Add CoreSight mode support
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
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