Replies: 2 comments
-
old cmd pyarmor gen --enable-jit --mix-str --assert-call --private --assert-import --enable-bcc main.py |
Beta Was this translation helpful? Give feedback.
0 replies
-
more: --enable-rft not work. need remove op i use Pyarmor 8.5.11 (pro) |
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
-
My program working without pyarmor.
after obfuscate used pyarmor. can't not start thread but gui work.(when i press button for start it not start thread)
i use pyqt5, Qthread. I don't find any error but the program not work. somebody tell me why?
this code in main:
i try:
print(f'this thread: {self.thread}')
without pyarmor i recevied:
use pyarmor i recevied:
Beta Was this translation helpful? Give feedback.
All reactions