-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with dearmor executable #18
Comments
btw the soft that i wanted deobfuscate written in python 3.8 if its important |
What is the command line you run? |
just with flag -i, i tried to run it with cmd, ps and pycharm terminal |
What did you write in the terminal... |
dearmor -i main.pyc... |
Ok so the problem is you tried to run it with pyc and not with py file. To run pyc file you have to have the exact same 0ython version and in the |
ty, ill try and report if smth is wrong |
now there is something with the pid `Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
The python program should run atleast a few seconds - otherwise there is a race condition between the process creation and the attach that happens. |
and this is the problem, i extracted program with puinstxtractor, and after that the extracted version won't loads properly, it says that: bad magic number in 'pytransform': b'U\r\r\n' |
here is error:
The text was updated successfully, but these errors were encountered: