qilingframework / qiling

A True Instrumentable Binary Emulation Framework
https://qiling.io
GNU General Public License v2.0
5.14k stars 744 forks source link

qltool run error #393

Closed newthis closed 4 years ago

newthis commented 4 years ago

*Describe the bug Qltool Running Error

Sample Code

commandLine invocation
python3 qltool run --disasm -c wannacry-trace.cov -f  /home/lzz/examples/rootfs/x86_windows/bin/wannacry.bin --rootfs /home/lzz/examples/rootfs/x86_windows/ 

Error Output qiling.exception.QlErrorFileNotFound: error:registry files not found in /home/lzz/examples/rootfs/x86_windows/

xwings commented 4 years ago

Hi,

please checkout how to collect registry

https://docs.qiling.io/en/latest/install/

newthis commented 4 years ago

thks for your answer!