diff options
| author | Adrian Herrera <adrian.herrera02@gmail.com> | 2021-07-20 04:23:26 +0000 |
|---|---|---|
| committer | Adrian Herrera <adrian.herrera02@gmail.com> | 2021-07-21 04:02:52 +0000 |
| commit | 62f1bfed99b82bc073c138a00ff9a30bb596d09d (patch) | |
| tree | 2d401f65bae30aba3bbff305e80aeea51992f39a /.gitmodules | |
| parent | 3d7a2fc869a03da4c49a0a7e05d97f01a2846337 (diff) | |
| download | afl++-62f1bfed99b82bc073c138a00ff9a30bb596d09d.tar.gz | |
utils: added 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 |
