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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unknown command:'load_plugin'

nemare opened this issue · comments

I installed Qemu1.0 and DECAF1.9 on my ubuntu 12.04.
I converted a vmdk image to qcow2 format by: qemu-img convert win7.vmdk -O qcow win7.img.
And started it by: ./qemu-­system­-i386 -­monitor stdio -­m 512 ­-netdev user,id=mynet -­device rtl8139,netdev=mynet win7.img.
Windows 7 started but when i tried to load a plugin by:load_plugin .It said unknown command, as follow.
I followed https://code.google.com/archive/p/decaf-platform/wikis/build_conf.wiki to install qemu and decaf.Both Windows 7 and Ubuntu are 32bit.
What's the problem?
img_1611

It looks to me that you are somehow running the original QEMU, not DECAF. All DECAF-specific commands are not shown in the screenshot.

thank you very much for your quick answer!