dashingsoft / pyarmor

A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.
http://pyarmor.dashingsoft.com
Other
3.31k stars 282 forks source link

[BUG] Pymem acts differently with pyArmor #1943

Open Apprisco opened 10 hours ago

Apprisco commented 10 hours ago

PyArmor latest version used. Whenever pymem library is used with pyArmor, it doesn't seem to perform as original. Something's different, leading it to read slower or not at all at times. Tried adding --hidden-import=win32ctypes to the pyinstaller config to no avail.