doomedraven / Tools

Combination of different utilities, have fun!
MIT License
202 stars 96 forks source link

Replace pype32 with pype32-py3 for python3 #23

Closed lps-rocks closed 4 years ago

lps-rocks commented 4 years ago

https://github.com/doomedraven/Tools/blob/master/Cuckoo/cuckoo3.sh#L393

On this line the git+https://github.com/crackinglandia/pype32.git package should be replaced with 'pip3 install pype32-py3'

The old package is python2 and doesn't handle relative imports properly so it fails to load cuckoo

doomedraven commented 4 years ago

nice one, thanks a lot