Closed Tratosca closed 1 year ago
Hello! Thank you for your report and comments :)
Can you change this code block in Modules/linAnalyzer.py
for troubleshooting:
from
try:
import pygore
except:
...
to
import pygore
After removing try-except statement for pygore can you send me the screenshot of error? So we can figure it out what is wrong with pygore
By the way I am always open for PR ( except README :) )
Note: My test and development environment is Kali Linux/Parrot OS amd64
Thanks for your message. As surprising as it sounds, removing the try/except block for the import solved my issue. That's a bit odd. I'm gonna play around with some PE/ELF and will eventually PR. Thanks a lot ! Best regards, T.
Wow, to be honest, I couldn't have expected it, but you know, if it works, don't touch it! 😄
Hello, Using
linux/arm64
I getError: >pygore< module not found.
when analyzing an AMD64 ELF GO binary.Pygore
is properly installed.Also, FYI when using Docker image on the same platform,
cmake
is missing from the required packages. I may do a PR in the future but my platform is not mature enough to make Qu1cksc0pe work (M1 Mac, using Kali ARM -- building alinux/amd64
Docker image using Rosetta throws an error when installing Mono).Any idea would be appreciated, I'm so hyped by your project ! Thanks, T.