Skip to content
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

is support django py #4

Open
codebuildforyou opened this issue Jul 7, 2022 · 2 comments
Open

is support django py #4

codebuildforyou opened this issue Jul 7, 2022 · 2 comments

Comments

@codebuildforyou
Copy link

hi thank you
python django do not have pyc file, so dearmor cannot deal with pyarmor

@codebuildforyou
Copy link
Author

django will run as “python manage.py” ,so run by *.pyc is not right.
we can support argument with pid , replace *.pyc

@ErezAmihud
Copy link
Owner

ErezAmihud commented Jul 12, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants