Stripped down example script::
def foo(x): x = x + 'some longer string' foo('a')
Obfuscated with Pyarmor 9.1.2 under Linux / Python 3.13:
> pyarmor cfg wrap_mode=2 clear_frame_locals=1
> pyarmor gen -i --mix-str -O ./dist ./myscript.py
The execution of the obfuscated script results in a segmentation fault. It does not occur without --mix-str
or when adding a short string.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4