CYB3RMX / Qu1cksc0pe

All-in-One malware analysis tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: >pythonnet< module not found.

KDPryor opened this issue · comments

commented

I installed the latest version of Qu1cksc0pe this evening. Previous versions worked fine, but when I tried to analyze a Windows PE32 file I got "Error: >pythonnet< module not found."
I have run the setup.sh script and no errors were noted during the setup.

Hello! This error occured because of the new update. Can you execute this following command? So your problem will be solved
pip3 install pythonnet

I have the same issue, also installing pythonnet via pip3 didn't solve it.

Can you send me a screenshot of errors?

Edit: Also I'll check that on a Kali VM to find out whats wrong

I have attached a screenshot. I tried it on Kali and Ubuntu, both on WSL2.
qu1cks0pe

Same as me.
image

Okay it seems you need to install Mono on your system.
Solution: sudo apt install mono-complete will fix your problem

After installing mono Qu1cksc0pe will be work properly

Note: I tested it on my Kali Live USB system and it worked for me.
Note2: You need mono for .Net binary analysis

By the way thank all of you for your reports I'll fix that issue very soon.

Thanks a lot, with the solution it works.

You're welcome :)

commented

@CYB3RMX Thank you so much for the quick assistance!