venaxyt / mysterium

Mysterium the first tool which permits you to retrieve the most part of a Python code even the .py or .pyc was extracted from an executable file, even it is encrypted with every existing encryptage. Mysterium don't make any difference between encrypted and non encrypted files, it can retrieve code from Pyarmor or .pyc files.
https://github.com/venaxyt/mysterium
MIT License
182 stars 31 forks source link

IndexError: tuple index out of range #31

Closed IosaPRS closed 1 year ago

IosaPRS commented 2 years ago

I was have this error "str object has no attribute match", and i used this solution #26, but after than i have a new error "IndexError: tuple index out of range", i dont know how solve this. Help me pls

Python version: 3.10.2

venaxyt commented 1 year ago

You only have to delete re.py module from /modules folder and try again.