decaf-project / DECAF

DECAF (short for Dynamic Executable Code Analysis Framework) is a binary analysis platform based on QEMU. This is also the home of the DroidScope dynamic Android malware analysis platform. DroidScope is now an extension to DECAF.
GNU General Public License v3.0
803 stars 168 forks source link

Query on Starting the Virtual Machine #87

Open adeenayub opened 4 years ago

adeenayub commented 4 years ago

Can anyone please tell me where can I find the DECAF/trunk/i386-­softmmu directory? I looked in the DECAF source folder but it doesnt have the trunk folder inside.

aleff-github commented 1 year ago

did you solve in the last 2 years? I don't know if it is correct, but in theory you can use qemu-system-i386 of qemu CLI https://manpages.debian.org/stretch/qemu-system-x86/qemu-system-i386.1.en.html that you can install with:

sudo apt-get install -y qemu-system-i386

and then you can use it writing qemu-system-i386 in the command line

hengyin commented 1 year ago

This folder is generated during compilation, if you specify the target to be i386-softmmu.

On Fri, Nov 11, 2022 at 10:52 AM Alessandro @.***> wrote:

did you solve in the last 2 years?

— Reply to this email directly, view it on GitHub https://github.com/decaf-project/DECAF/issues/87#issuecomment-1312069915, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAWJ2RSGVMF7RM7SOMDDHHTWH2IWXANCNFSM4QWUVDLA . You are receiving this because you are subscribed to this thread.Message ID: @.***>