Tag: obfuscation
15 articles
Mixed Boolean-Arithmetic expressions can be used as an obfuscation technique. Why are they hard to de-obfuscate, and what do we need to do so?
Where a simple xor gets transformed beyond what it ever thought
A "hands-on" introduction to LLVM passes through obfuscation.
We recently looked at the Obfuscator-LLVM project in order to test its different protections. Here are our results, and explanations on how we deal with obfuscation.
Where building a custom obfuscated Python interpreter for a Python packer turned into an optimized Python interpreter.