Fix bp in QEMU thumb mode on arm64 systems (#1701)
This commit is contained in:
parent
bc458864f1
commit
5d83c9399a
@ -8,7 +8,7 @@ use which::which;
|
|||||||
|
|
||||||
const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge";
|
const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge";
|
||||||
const QEMU_DIRNAME: &str = "qemu-libafl-bridge";
|
const QEMU_DIRNAME: &str = "qemu-libafl-bridge";
|
||||||
const QEMU_REVISION: &str = "98a0d924631ad359a29e73fbe86f06e859500e64";
|
const QEMU_REVISION: &str = "c105904e6659b3fc90e938438a44254dfe47e1c3";
|
||||||
|
|
||||||
fn build_dep_check(tools: &[&str]) {
|
fn build_dep_check(tools: &[&str]) {
|
||||||
for tool in tools {
|
for tool in tools {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user