pyarmor icon indicating copy to clipboard operation
pyarmor copied to clipboard

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

Results 50 pyarmor issues
Sort by recently updated
recently updated
newest added

So I have a system that supports x86_64 and ARM. I obfuscated my script using an outer license. I generated a license file on my x86_64 machine and uploaded it...

question

Getting this error when running the docker Image Any solution

question

ImportError: cannot import name 'pyarmor' from 'pytransform'

question

How do i pack with --onefile cuz this is not woking

question

**Is your feature request related to a problem? Please describe.** When decompyling with uncompyle or similar tools on string values and API strings can be seen in pyarmor **Describe the...

enhancement

I am having an issue when obfuscating a script, that can run on both Apple Silicon (M1) and Intel Macs. I am using the command below, trying to obfuscate with...

bug

**Title** playwright._impl._api_types.Error: stack[1].line: expected number, got object **Description** pyarmor pack -e" -F --icon icon.ico" .\main.py code: ``` browser = p.firefox.launch( headless=True, devtools=False, executable_path=sys._MEIPASS+"\playwright\driver\package\.local-browsers\\firefox-1319\\firefox\\firefox.exe", proxy={ "server": f"{self.ip}:{self.port}", "username": self.user, "password": self.pw,...

bug

**Description** OS: Ubuntu 20.04 Python: 3.10.4 PyArmor: 7.4.2 1. create a venv and install pyarmor ```sh python3.10 -m venv venv venv/bin/pip install pyarmor ``` 2. Prepare a python file (`main.py`)...

bug

**Describe the bug** Using a Raspberry pi zero (armv6) most commands will fail with "Illegal instruction" and terminate. **To Reproduce** 1. Running latest pyarmor from pip using the trial version...

bug

**Context** Building obfuscated python wheels with several modules and classes. **Platforms** Currently need to support several platforms (aarch64, x86) for different python versions (py3.6, py3.7 and py3.8) Pyarmor versions tested:...

bug
wontfix