qemu fuzzer build.sh

This commit is contained in:
Andrea Fioraldi 2020-12-17 18:24:00 +01:00
parent 4a33419746
commit 5c15620bd3
3 changed files with 7 additions and 2 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "fuzzers/qemufuzzer/qemu-fuzz"]
path = fuzzers/qemufuzzer/qemu-fuzz
url = git@github.com:AFLplusplus/qemu-fuzz.git

View File

@ -2,8 +2,9 @@
cargo build --release cargo build --release
cd qemu cd qemu-fuzz
git pull
git submodule update
./build_qemu_fuzz.sh ../target/release/libqemufuzzer.a ./build_qemu_fuzz.sh ../target/release/libqemufuzzer.a

@ -0,0 +1 @@
Subproject commit 6f719f6aedc9c199d7b99ef42c532a9a20605ff3