CYB3RMX / Qu1cksc0pe

All-in-One malware analysis tool.
GNU General Public License v3.0
1.24k stars 176 forks source link

Error: >pythonnet< module not found. #28

Closed KDPryor closed 1 year ago

KDPryor commented 1 year ago

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.

CYB3RMX commented 1 year ago

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

tuttimann commented 1 year ago

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

CYB3RMX commented 1 year ago

Can you send me a screenshot of errors?

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

tuttimann commented 1 year ago

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

lolmarc commented 1 year ago

Same as me. image

CYB3RMX commented 1 year ago

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.

lolmarc commented 1 year ago

Thanks a lot, with the solution it works.

CYB3RMX commented 1 year ago

You're welcome :)

KDPryor commented 1 year ago

@CYB3RMX Thank you so much for the quick assistance!