Twi1ight-source

Results 6 comments of Twi1ight-source

> Modify it to "name = name.decode().replace('.','_')...." It still have error: name = name.decode().replace('(', '').replace(')', '').replace('/', '_').replace(' ', '_').replace(',', 'comma').replace('{','').replace('}', '').replace('[', '').replace(']', '') AttributeError: 'str' object has no attribute 'decode'

argh the solution is you have to use the same python version as file's pyinstaller verison when run pyinstxtractor

with executable has pyinstaller and pyarmor, should i first extract use pyinstxtractor.py then run pyc file and debug to inject or just debug executable and inject ?

i run `pyc` file and it also exits quickly, i didnt know how to debug `pyc` file, so i decompiled it into `py` file to debug, but when i use...

i think i know the problem, im dealing with a super mode which these methods dont support