Skip to content

Opening book details…

About this document

Code Deobfuscation Techniques Explained by rex_plantado is a document available to read on EtoBox.

The document discusses code deobfuscation through disassembly, instruction semantics analysis, and optimizations. It describes parsing disassembly into a graph of instructions and basic blocks. It analyzes instruction semantics like operands and flags. It applies control flow graph reductions, jump merging, and dead code removal to deobfuscate code. The goal is to build an open framework to automatically deobfuscate obfuscated code through static analysis and transformations.

Author
rex_plantado
Language
EN