ErezAmihud / dearmor

This is a repo to deobfuscate pyarmor files
Apache License 2.0
25 stars 7 forks source link

Error #14

Closed clecio81 closed 1 year ago

clecio81 commented 1 year ago

Traceback (most recent call last): File "/usr/local/bin/dearmor", line 8, in sys.exit(main_cli()) File "/usr/local/lib/python3.8/dist-packages/dearmor/main.py", line 51, in main_cli dearmor_main(parser.parse_args().file) File "/usr/local/lib/python3.8/dist-packages/dearmor/main.py", line 32, in dearmor_main inject(child[0].pid, str(Path(file).parent / "Release" / "dearmor.dll")) IndexError: list index out of range

ErezAmihud commented 1 year ago

Linux is not supported, the error is because deaemor failed to launch you program with python <your py file>

I don't actively work on it anymore, so there will be no linux support unless someone opens a merge request