Deobfuscate

Why Trust Techopedia

What Does Deobfuscate Mean?

To deobfuscate is to convert a program that is difficult to understand into one that is simple, understandable and straightforward. There are tools available to deobfuscate a tough code or program into a simple and understandable form. Obfuscation is usually done to secure software from attackers, making it hard for those with malicious intentions to understand its inner functionality. Similarly, obfuscation may also be used to conceal malicious content in software. A deobfuscating tool is used to reverse-engineer such programs.

Advertisements

Techopedia Explains Deobfuscate

Many techniques have been evaluated to reverse-engineer obfuscated code. The three main techniques for deobfuscating code are:

Cloning is one method used to deobfuscate code. The code is obfuscated through false execution paths, which are introduced into the code to prevent static analysis. These execution paths do not interfere with run time, but they do generate false information during program analysis. They also reduce the quality of information, and make it difficult to analyze the code and the code logic. This problem is addressed by cloning a segment of the code so the false execution paths no longer interfere with the original execution path, which also corrupts the information produced from the analysis.

Advertisements

Related Terms

Margaret Rouse
Technology expert
Margaret Rouse
Technology expert

Margaret is an award-winning writer and educator known for her ability to explain complex technical topics to a non-technical business audience. Over the past twenty years, her IT definitions have been published by Que in an encyclopedia of technology terms and cited in articles in the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine, and Discovery Magazine. She joined Techopedia in 2011. Margaret’s idea of ​​a fun day is to help IT and business professionals to learn to speak each other’s highly specialized languages.