serfend / pydumpck

a multi-threads tool for decompile exe,elf,pyz,pyc packed by python which is base on pycdc and uncompyle6.
https://pypi.org/project/pydumpck/
289 stars 34 forks source link

how do i get utf8 decompiled code? #21

Closed MoaMoa90 closed 1 year ago

MoaMoa90 commented 1 year ago

hi, i just tried this amazing module and for most of compiled files with pyinstaller is working great!

but i would like to let pydumpck decompile code based on utf8, due to strings like this

\xeb\x9d\xbc\xec\x9d\xb4\xec\x84\xa0\xec\x8a\xa4 \xeb\xa7\x8c\xeb\xa3\x8c!

how can i do that?

serfend commented 1 year ago

supported in 1.15.17