CYB3RMX / Qu1cksc0pe

All-in-One malware analysis tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linux usage

helloworld104 opened this issue · comments

how do i use qu1cksc0pe to analyze linux binaries dynamically?

You can use --watch argument.
For example: python3 qu1cksc0pe.py --file linux_binary --watch

what about the emulator part? do i need to link a linux vm?

No you dont need a VM. Emulator is Qiling based so when you execute the --watch argument Qu1cksc0pe downloads the rootfs for target binary and tries to execute that binary in downloaded rootfs

thank you

hi, i just tried to execute the watch command but i currently face this error...
Screenshot from 2022-10-12 09-04-12
how do i get around it?

Hmm i think that error related to Qiling. Sometimes I encounter this errors to. I will look for it