CAPEC-188: Reverse Engineering
CAPEC版本: 3.9
更新日期: 2023-01-24
攻击模式描述
An adversary discovers the structure, function, and composition of an object, resource, or system by using a variety of analysis techniques to effectively determine how the analyzed entity was constructed or operates. The goal of reverse engineering is often to duplicate the function, or a part of the function, of an object in order to duplicate or "back engineer" some aspect of its functioning. Reverse engineering techniques can be applied to mechanical objects, electronic devices, or software, although the methodology and techniques involved in each type of analysis differ widely.
前提条件
- Access to targeted system, resources, and information.
所需技能
所需资源
- The technical resources necessary to engage in reverse engineering differ in accordance with the type of object, resource, or system being analyzed.
缓解措施
Employ code obfuscation techniques to prevent the adversary from reverse engineering the targeted entity.
示例实例
When adversaries are reverse engineering software, methodologies fall into two broad categories, 'white box' and 'black box.' White box techniques involve methods which can be applied to a piece of software when an executable or some other compiled object can be directly subjected to analysis, revealing at least a portion of its machine instructions that can be observed upon execution. 'Black Box' methods involve interacting with the software indirectly, in the absence of the ability to measure, instrument, or analyze an executable object directly. Such analysis typically involves interacting with the software at the boundaries of where the software interfaces with a larger execution environment, such as input-output vectors, libraries, or APIs.