diff options
author | van Hauser <vh@thc.org> | 2021-07-21 09:48:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 09:48:04 +0200 |
commit | fa2b164429f8488bf8a360c20933c7db238ed17c (patch) | |
tree | 2d401f65bae30aba3bbff305e80aeea51992f39a /.gitmodules | |
parent | 3d7a2fc869a03da4c49a0a7e05d97f01a2846337 (diff) | |
parent | 62f1bfed99b82bc073c138a00ff9a30bb596d09d (diff) | |
download | afl++-fa2b164429f8488bf8a360c20933c7db238ed17c.tar.gz |
Merge pull request #1035 from adrianherrera/optimin-util
add optimin corpus minimizer
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6edefd72..200f3ecc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "custom_mutators/gramatron/json-c"] path = custom_mutators/gramatron/json-c url = https://github.com/json-c/json-c +[submodule "utils/optimin/EvalMaxSAT"] + path = utils/optimin/EvalMaxSAT + url = https://github.com/FlorentAvellaneda/EvalMaxSAT |