dashingsoft / pyarmor

A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.

Home Page:http://pyarmor.dashingsoft.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] RFT Mode Bug

AI-M-BOT opened this issue · comments

INFO     Python 3.10.11
INFO     Pyarmor 8.5.9 (pro), 00XXXX, CV
INFO     Platform windows.x86_64

Using command: pyarmor gen --enable-jit --enable-bcc --enable-themida --obf-code=2 --mix-str test1.py will work perfectly (which simulates mouse and keyboard actions).
But, if i add --enable-rft like this: pyarmor gen --enable-rft --enable-jit --enable-bcc --enable-themida --obf-code=2 --mix-str test1.py, the script will still run but not work as expected
test1.zip

Please test it only with --enable-rft and check the topic to find solutions for RFT common issue
https://pyarmor.readthedocs.io/en/latest/topic/rftmode.html