0% found this document useful (0 votes)
305 views13 pages

Reverse Presentation

The document discusses reverse engineering and its uses. It notes that reverse engineering can be used to recover lost information, such as recreating a Java file that was accidentally deleted. Reverse engineering also helps with software maintenance and migration. It aims to determine how a product works by analyzing its components and technology. Approaches to reverse engineering include abstraction, system analysis, and re-implementation of the system. Common tools for reverse engineering include Java decompilers, UML modeling tools, and architecture design software.

Uploaded by

Yogendra Singh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
305 views13 pages

Reverse Presentation

The document discusses reverse engineering and its uses. It notes that reverse engineering can be used to recover lost information, such as recreating a Java file that was accidentally deleted. Reverse engineering also helps with software maintenance and migration. It aims to determine how a product works by analyzing its components and technology. Approaches to reverse engineering include abstraction, system analysis, and re-implementation of the system. Common tools for reverse engineering include Java decompilers, UML modeling tools, and architecture design software.

Uploaded by

Yogendra Singh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 13

Yogendra Singh

M.Tech (C.S.E) IInd Sem 1120104

What is Reverse Engineering (RE)? Why do we need Reverse Engineering? Scope and Tasks of Reverse Engineering Different Approaches RE tools Conclusions

You have an unexpected case:


You finished one course project using Java Your program runs OK

But, by accident, you delete the java file


How to hand in your project?

You have an unexpected case:


You finished one course project using Java Your program runs OK

But, by accident, you delete the java file


How to hand in your project?

Reverse Engineering

Waterfall Model of software development


Requirement analysis design

Implementation
Testing and Maintenance

Forward Engineering Requirements Design

Source Code
Behavior

Forward Engineering

Reverse Engineering

Requirements Design

Source Code
Behavior

Abstraction System
Reverse Engineering Abstraction Forward Engineering Re-Implementation

Old system

New System

RE encompasses any activity that is done to determine how a product works, to learn the ideas and technology that were used in developing that product. RE can be done at many levels RE generally belongs to Software Maintenance .

Recovery of lost information


providing proper system documentation

Assisting with maintenance


identification of side effects and anomalies

Migration to another hw/sw platform Facilitating software reuse Malware research & defence Review and audit of software/security system

Benefits
maintenance cost savings quality improvements

competitive advantages
software reuse facilitation

Gap between problem/solution domain

DJ java decompiler Tool 3.8 Altova Umodel 2010 EclipseUML 2.3 (Omondo ) Visual Paradigm for UML 8.3 Sparx Systems Enterprise Architect 9.0 IBM Rational Software architect 7.0

You might also like