From 545e13293e4abed2fb5c81ce82bb22275edfa0fd Mon Sep 17 00:00:00 2001 From: Andrew Quijano Date: Tue, 13 Aug 2024 11:17:01 -0400 Subject: [PATCH] squash with fbi update --- scripts/bug_mining.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bug_mining.py b/scripts/bug_mining.py index 7ca040e9..834e2501 100644 --- a/scripts/bug_mining.py +++ b/scripts/bug_mining.py @@ -42,7 +42,7 @@ qemu_path = project['qemu'] panda = Panda(arch=qemu_path.split('-')[-1], - qcow=project['qcow'], + generic=qemu_path.split('-')[-1], expect_prompt=project['expect_prompt']) debug = True