irreg
irreg
Not the standard way of doing react, but there is a workaround. ```tsx const [_, setInvokeRender] = useState(false); const onCodeChange = (newCode: string) => { const match = newCode.match(reg); if...
Thanks for the reply. I have tried what you pointed out. - Pyarmor 7.7.4: No change, error still occurs. - Remove --restrict=101: No change, error still occurs. I've created a...
@jondy Could you please reopen it?
It seems that sys._getframe is never called in this code. I will continue to investigate.
We have investigated the cause. Apparently, it occurs in many cases if the function is calling native code (written in C language etc.). I was able to reproduce it even...
Although the CPU is different, there appear to be many similarities in the conditions of occurrence and problems with issue #885. It may be the same case. (Confirmed that advanced...
I have tried it on Pyarmor 8.4.3. I can reproduce the problem by executing the encrypted file with the following command. - pyarmor-7 obfuscate run.py --recursive I could not reproduce...
We further investigated the conditions under which the problem occurs in version 7 and found that the problem can be reproduced with any content of the mod.f function as long...
Thanks for the replies and suggestions. We agree with your priorities. I think it will work perfectly if we encrypt all mod.py with `--obf-code 0`, as you said. However, it...
@Thoufak It is difficult to check if a problem occurs after encryption. Following the example above, it is necessary to actually call all functions 1024 times to find out. Currently,...