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
pof hello.py -o out.py -f obfuscator BuiltinsObfuscator
usage: obfuscate [-h] [-v] [--raise-exceptions] [-o OUTPUT] [-f FUNCTION] [--logging LOGGING] [-k [KWARGS ...]] [input] obfuscate: error: unrecognized arguments: BuiltinsObfuscator
please add a example cmd for all obfuscation
The text was updated successfully, but these errors were encountered:
Actually I made a mistake, the class used for obfuscation is passed with the -k flag. So it should be something like:
-k
pof hello.py -o out.py -f obfuscator -k BuiltinsObfuscator
Sorry, something went wrong.
fixed command missing -k flag (#1)
41611d1
No branches or pull requests
pof hello.py -o out.py -f obfuscator BuiltinsObfuscator
usage: obfuscate [-h] [-v] [--raise-exceptions] [-o OUTPUT] [-f FUNCTION]
[--logging LOGGING] [-k [KWARGS ...]]
[input]
obfuscate: error: unrecognized arguments: BuiltinsObfuscator
please add a example cmd for all obfuscation
The text was updated successfully, but these errors were encountered: