Replies: 1 comment
-
This feature request is rejected, the obfuscated script is designed to quit if there is debugger. If you're using Pyarmor 7.x, check documentation 7.x to obfuscate the script by feature |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently using a pyarmor module that has been compiled into a DLL via cffi. When running the code without a debugger attached, the code executes normally. If Visual Studio is attached to the process, the process simply exits with code 1, no errors or exceptions. See also issue #651
I need to be able to debug the return values from the script, I couldn't care less about the contents of the module. Can we add command line flags to disable this functionality for users who wish their users to debug code? I cannot currently debug the functionality that this module offers currently, due to not being able to inspect the return values from the module.
Beta Was this translation helpful? Give feedback.
All reactions