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] `SystemError: unknown opcode`

mayuresh-quartic opened this issue · comments

  • Title:
    Pyarmor 3.9 obfuscated script does not work on Python3.8

  • Reproduced steps:
    Obfuscate a module and using Python3.9 version and install in Python3.8 running program

  • Expected results
    Program should work without any error

  • Actual result
    Program fails with the following error
    SystemError: unknown opcode

Please first read the getting-started documentation