Phying News
Curated security research, vulnerabilities, advisories and tools for practitioners.

Building an obfuscated Python interpreter: we need more opcodes

Summary

Obfuscated CPython beyond opcode permutation: modifying the peephole optimizer to add combined instructions like LOAD_FAST_ZERO_LOAD_CONST, forcing attackers to study the evaluation loop.
Published
Collected

original ↗

Related coverage

back