diff options
| author | Akira Moroo <retrage01@gmail.com> | 2021-06-22 05:34:20 +0000 |
|---|---|---|
| committer | Akira Moroo <retrage01@gmail.com> | 2021-11-11 09:52:21 +0000 |
| commit | 9100f3c416707d926fc100d4441cf32bb1da6dd6 (patch) | |
| tree | bd0d24e3919acd56c48cda64f5266f5fb99585ef /.gitmodules | |
| parent | 26238516804a45636f8c675d492b048c32b82d31 (diff) | |
| download | afl++-9100f3c416707d926fc100d4441cf32bb1da6dd6.tar.gz | |
Add initial CoreSight mode support
The original code is: https://github.com/RICSecLab/AFLplusplus-cs/tree/retrage/coresight-mode-pr Signed-off-by: Akira Moroo <retrage01@gmail.com>
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 |
