Remove QEMU-Nyx & packer submodules

This commit is contained in:
Dongjia "toka" Zhang 2022-11-05 12:43:36 +09:00 committed by GitHub
parent 79fc952f53
commit dddfaf3f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 8 deletions

6
.gitmodules vendored
View File

@ -1,9 +1,3 @@
[submodule "libafl_concolic/symcc_runtime/symcc"] [submodule "libafl_concolic/symcc_runtime/symcc"]
path = libafl_concolic/symcc_runtime/symcc path = libafl_concolic/symcc_runtime/symcc
url = https://github.com/AFLplusplus/symcc.git url = https://github.com/AFLplusplus/symcc.git
[submodule "libafl_nyx/QEMU-Nyx"]
path = libafl_nyx/QEMU-Nyx
url = https://github.com/nyx-fuzz/QEMU-Nyx.git
[submodule "libafl_nyx/packer"]
path = libafl_nyx/packer
url = https://github.com/syheliel/packer.git

@ -1 +0,0 @@
Subproject commit 80f22f77d6aab14e62bf11c80db4e210bbca5fb5

View File

@ -9,6 +9,20 @@ echo "[*] Making sure all Nyx is checked out"
git status 1>/dev/null 2>/dev/null git status 1>/dev/null 2>/dev/null
if [ ! -d ./QEMU-Nyx ]; then
git clone https://github.com/nyx-fuzz/QEMU-Nyx.git || exit 1
pushd QEMU-Nyx
git reset --hard 80f22f77d6aab14e62bf11c80db4e210bbca5fb5
popd
fi
if [ ! -d ./packer ]; then
git clone https://github.com/syheliel/packer.git || exit 1
pushd QEMU-Nyx
git reset --hard 86b159bafc0b2ba8feeaa8761a45b6201d34084f
popd
fi
git submodule init || exit 1 git submodule init || exit 1
echo "[*] initializing QEMU-Nyx submodule" echo "[*] initializing QEMU-Nyx submodule"
git submodule update ./QEMU-Nyx 2>/dev/null # ignore errors git submodule update ./QEMU-Nyx 2>/dev/null # ignore errors

@ -1 +0,0 @@
Subproject commit 86b159bafc0b2ba8feeaa8761a45b6201d34084f