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

[Feature] obfuscate code for x86_64 on an ARM machine

Kaiyangshi-Ito opened this issue · comments

Now thanks to rosetta2 and prism, we can run x86_64 softwares on ARM machines. Can we obfuscate these codes as well since most servers don't use ARM and some of us want to use it to run things on computing servers? Thanks.

commented

Please check option --platform and search cross platform obfuscation in the doc