Defined term

Code Analysis

Code Analysis: The act of reverse-engineering the malicious program to understand the code that implements the software behavior.

📋 Single Source
Legal & Policy

Definition

The act of reverse-engineering the malicious program to understand the code that implements the software behavior. For example, when looking at compiled programs, the process involves using a disassembler, a debugger, and perhaps a decompiler to examine the program’s low-level assembly or byte-code instructions. A disassembler converts the instructions from their binary form into the human-readable assembly form. A decompiler attempts to recreate the original source code of the program. A debugger allows the analyst to step through the code, interacting with it, and observing the effects of its instructions to understand its purpose.

Sources

1
Committee on National Security Systems Glossary CNSSI 4009-2015
View Source

Continue Research

Browse the full glossary for adjacent terms, or subscribe for updates when definitions and sources are expanded.