Dark Mode

Settings

Capec-190 Detail

Reverse Engineer an Executable to Expose Assumed Hidden Functionality

Detailed Software Physical Security Typical Severity: Low

Parents: 167

Threats: T60

Description

An attacker analyzes a binary file or executable for the purpose of discovering the structure, function, and possibly source-code of the file by using a variety of analysis techniques to effectively determine how the software functions and operates. This type of analysis is also referred to as Reverse Code Engineering, as techniques exist for extracting source code from an executable. Several techniques are often employed for this purpose, both black box and white box. The use of computer bus analyzers and packet sniffers allows the binary to be studied at a level of interactions with its computing environment, such as a host OS, inter-process communication, and/or network communication. This type of analysis falls into the 'black box' category because it involves behavioral analysis of the software without reference to source code, object code, or protocol specifications.

Not present

External ID Source Link Description
CAPEC-190 capec https://capec.mitre.org/data/definitions/190.html
CWE-912 cwe http://cwe.mitre.org/data/definitions/912.html
REF-51 reference_from_CAPEC http://en.wikipedia.org/wiki/Decompiler Wikipedia, The Wikimedia Foundation, Inc
REF-52 reference_from_CAPEC http://en.wikipedia.org/wiki/Debugger Wikipedia, The Wikimedia Foundation, Inc
REF-53 reference_from_CAPEC http://en.wikipedia.org/wiki/Disassembler Wikipedia, The Wikimedia Foundation, Inc

Not present

Not present

  1. Access to the target file such that it can be analyzed with the appropriate tools. A range of tools suitable for analyzing an executable or its operations

Not present

Not present

Not present