In PyArmor 9.2.4, obfuscating this script:
def outer():
def inner():
return 'inner-result'
return inner()
if __name__ == '__main__':
print('calling outer()...')
print('outer() returned:', outer())
print('OK')
With BCC mode enabled, will crash with Bus error: 10 (SIGBUG) as soon as the execution enters the function.
Environment
- PyArmor: 9.2.4 (pro), build 005037
- Python: 3.11.2
- Platform: macOS,
darwin.arm64 (Apple Silicon)
- Flags:
--enable bcc --obf-code 2
In PyArmor 9.2.4, obfuscating this script:
With BCC mode enabled, will crash with
Bus error: 10(SIGBUG) as soon as the execution enters the function.Environment
darwin.arm64(Apple Silicon)--enable bcc --obf-code 2