Remove QEMU-Nyx & packer submodules
This commit is contained in:
parent
79fc952f53
commit
dddfaf3f55
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,9 +1,3 @@
|
||||
[submodule "libafl_concolic/symcc_runtime/symcc"]
|
||||
path = libafl_concolic/symcc_runtime/symcc
|
||||
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
|
@ -9,6 +9,20 @@ echo "[*] Making sure all Nyx is checked out"
|
||||
|
||||
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
|
||||
echo "[*] initializing QEMU-Nyx submodule"
|
||||
git submodule update ./QEMU-Nyx 2>/dev/null # ignore errors
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 86b159bafc0b2ba8feeaa8761a45b6201d34084f
|
Loading…
x
Reference in New Issue
Block a user