SoftGuide > Functions / Modules Designation > Reverse engineering

Reverse engineering

What is meant by Reverse engineering?

The term "reverse engineering" refers to the process in software engineering where existing source code, binary code, or a completed software product is analyzed to extract the underlying structure and functionality. The goal is to understand, document, and reconstruct how a system works, often without access to the original source code or full documentation. Reverse engineering is commonly used in software development to analyze, redesign, or improve legacy systems.

Typical software functions in the area of "reverse engineering":

  • Code Decompilation: Converting binary or machine code back into a higher-level programming language for analysis.
  • Structure and Dependency Analysis: Examining the relationships between different system components, such as classes, modules, or functions.
  • Documentation Generation: Automatically generating technical documentation based on the reverse-engineered system.
  • Diagram Generation: Creating diagrams (e.g., UML diagrams) that visualize the architecture and structure of the system.
  • Database Reengineering: Analyzing and reconstructing the database structure, including relationships between tables and data objects.
  • Security Vulnerability Detection: Identifying potential vulnerabilities or security issues in the reverse-engineered code.
  • Test Generation: Automatically generating test suites based on the analyzed system to verify functionality.

Examples of "reverse engineering":

  • Analyzing a Legacy System: Reverse engineering is used to understand and modernize the architecture of an old, poorly documented system.
  • Recovering Lost Source Code: A developer uses reverse engineering to reconstruct the source code of a program that only exists as a binary file.
  • Security Analysis of an Application: Security researchers employ reverse engineering to identify and fix vulnerabilities in an application.
  • Migration to a New Platform: Reverse engineering is applied to analyze the code of a system before migrating it to a new platform.
  • Interoperability Testing: Analyzing an existing system to ensure communication and compatibility with new systems.
 

 

 

The function / module Reverse engineering belongs to:

Production types

Software solutions with function or module Reverse engineering: