We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi thank you python django do not have pyc file, so dearmor cannot deal with pyarmor
The text was updated successfully, but these errors were encountered:
django will run as “python manage.py” ,so run by *.pyc is not right. we can support argument with pid , replace *.pyc
Sorry, something went wrong.
Dearmor actually needs only the pid of the process that runs the obfuscated code, and outputs pyc file that contains the deobfuscated code
For now, you can just use the py fille instead of pyc, or change main.py in the dearmor directory to only get the pid instead of running the file.
No branches or pull requests
hi thank you
python django do not have pyc file, so dearmor cannot deal with pyarmor
The text was updated successfully, but these errors were encountered: