shellphish / driller

Driller: augmenting AFL with symbolic execution!
BSD 2-Clause "Simplified" License
880 stars 163 forks source link

'module' object has no attribute 'qemu_runner' #51

Open TN-root opened 6 years ago

TN-root commented 6 years ago

when I want to run driller,it always say like this: image what can I do for the problem?

zardus commented 6 years ago

My guess is that you have a version mismatch between the driller, tracer, and angr repos. Can you try this in the mechaphish docker container (docker run -it shellphish/mechaphish)?

POTATOKINGDOM commented 5 years ago

My guess is that you have a version mismatch between the driller, tracer, and angr repos. Can you try this in the mechaphish docker container (docker run -it shellphish/mechaphish)?

@zardus Hi, zardus. When I try to run driller in the docker container, it shows: AttributeError: 'Namespace' object has no attribute 'opc-afl' Do you have any ideas why would it happen? Thanks