Engineering
Register
Advertisement

Reverse engineering (RE) is the process of taking something (a device, an electrical component, a software program, etc.) apart and analyzing its workings in detail, usually with the intention to construct a new device or program that does the same thing without actually copying anything from the original. The verb form is to reverse-engineer, spelled with a hyphen.

Reverse engineering is commonly done to avoid copyrights on desired functionality, and may be used for avoiding patent law, though this is a bit risky: patents apply to the functionality, not a specific implementation of it.

Reverse engineering is often used by military in order to copy other nations' technology, parts of which have been obtained by intelligence operations. It was often used during the Second World War and the Cold War.

Reverse engineering software or hardware systems for the purposes of interoperability, for example in order to support undocumented file formats or hardware peripherals, is mostly believed to be legal, though patent owners often aggressively pursue their patents.

Other purposes of reverse engineering include security auditing, removal of copy protection ("cracking"), circumvention of access restrictions often present in consumer electronics, pure curiosity and customization of embedded systems, for example engine management systems.

Reverse engineering of mechanical components[]

Mechanical components of mechanical systems, such as motors, or electrical systems, such as plugs, sockets, and edge card connectors can be reproduced by measuring their mechanical characteristics. In RE of mechanical components, the shape of the component under scrutiny must be completely and accurately measured. The forces acting upon it must also be analysed in order to ensure that the new component can withstand the forces that the original withstood.

Coordinate-measuring machines (CMM) can be used to create a 3D model of the original component, which can then be used in computer-aided modeling. New and improved techniques in reverse engineering include laser scanning which uses laser beams to scan across the surface of components of any shape and create a very precise image of the component surface. This scanning creates a series of slices that, when combined, can represent the surface of the object in a computer simulation.

Reverse engineering of software[]

The term "reverse engineering" as applied to software means different things to different people, prompting Chikofsky and Cross to write a paper researching the various uses and defining a taxonomy. From their paper: "Reverse engineering is the process of analyzing a subject system to create representations of the system at a higher level of abstraction."

It can also be seen as "going backwards through the development cycle". In this model, the output of the implementation phase (in source code form) is reverse engineered back to the analysis phase, in an inversion of the traditional waterfall model.

Reverse engineering is a process of examination only: the software system under consideration is not modified (which would make it reengineering).

In practice, two main types of reverse engineering emerge. In the first case, source code is already available for the software, but higher level aspects of the program, perhaps poorly documented or documented but no longer valid, are discovered. In the second case, there is no source code available for the software, and any efforts towards discovering one possible source code for the software are regarded as reverse engineering. This second usage of the term is the one most people are familiar with.

Reverse engineering of binary software[]

This process is sometimes termed Reverse Code Engineering or RCE Template:Fn. As an example, decompilation of binaries for the Java platform can be accomplished using ARGOuml.org. One famous case of reverse engineering was the first non-IBM implementation of BIOS which launched the historic PC clone industry.

In the United States, the Digital Millennium Copyright Act exempts from the circumvention ban some acts of reverse engineering aimed at interoperability of file formats and protocols (17 USC 1201(f)), but judges in key cases have ignored this law, since it is acceptable to circumvent restrictions for use, but not for access.

The Samba software, which allows systems that are not running Microsoft Windows systems to share files with systems that are, is a classic example of software reverse engineering, since the Samba project had to reverse-engineer unpublished information about how Windows file sharing worked, so that non-Windows computers could emulate it. The WINE project does the same thing for the Windows API, and OpenOffice.org is one party doing this for the Microsoft Office file formats.

Reverse engineering of software can be accomplished by various methods. The three main groups of reverse engineering are: 1) analysis through observation of information exchange (most prevalent in protocol reverse engineering), 2) disassembly using a disassembler, and 3) decompilation using a decompiler.

Reverse engineering as business research[]

Reverse engineering is also used by businesses to assess competitors' products. It is used to analyze, for instance, how a competitor's product works, what it does, who manufactures it, what components it consists of, estimate costs, identify potential patent infringement, etc.

Value engineering is a related activity also used by business. It involves deconstructing and analysing products, but the objective is to find opportunities for cost cutting.

Similar tasks[]

  • Research of physical laws is reverse-engineering the world.
  • Black box testing in software engineering has a lot in common with reverse-engineering, the tester usually has the API, but his goals are to find bugs and undocumented features by bashing the product from outside.

Examples[]

  • Jerry can. During World War II, British and American forces noticed that the Germans had gasoline cans with an excellent design. They reverse engineered copies of those cans. The cans were popularly known as Jerry cans.
  • The Tupolev Tu-4. During World War II, a number of American B-29 bombers on missions over Japan were forced to land in the USSR. The Soviets, who did not have a similar strategic bomber, decided to copy the B-29. Within a few years they had developed the Tu-4, a near perfect copy.

See also[]

  • Clean room design
  • Decompilation
  • Digital Millennium Copyright Act
  • Interactive Disassembler
  • Value engineering
  • List of production topics

References[]

  • E.J. Chikofsky and J.H. Cross II "Reverse Engineering and Design Recovery: A Taxonomy" in IEEE Software, pp 13–17, IEEE Computer Society, January 1990.
  • R. Warden, "Re-engineering - a practical methodology with commercial applications". in Software Reuse amd Reverse Engineering in Practice", pp 283–305. Chapman & Hall, London, England, 1992.
  • Anton Chuvakin, Cyrus Peikari. Security Warrior ISBN 0-596-00545-8, O'Reilly 2004. Defines the term "Reverse Code Engineering".

External links[]

This page uses Creative Commons Licensed content from Wikipedia (view authors). Smallwikipedialogo.png
Advertisement