1 / 11

Reverse Engineering

Reverse Engineering. Overview. Overview. Overview. Need for RE. 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.

amish
Télécharger la présentation

Reverse Engineering

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Reverse Engineering

  2. Overview

  3. Overview

  4. Overview

  5. Need for RE • 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

  6. Example: Java Decompiler • How to recover bytecode from .class file under Unix/Win with JDK? % javap -c <filename> % javap -help (to see the options) • Java Decompilers - Jadclipse • ”ClassCracker” http://www.pcug.org.au/~mayon/ • “DeCafe Pro" from DeCafe, France athttp://decafe.hypermart.net/index.htm

  7. Class cracker JD

  8. Decompile .net • There are two tools that I like to use to decompile • Reflector • www.reflector.net (paid) • ILSpy • http://wiki.sharpdevelop.net/ILSpy.ashx (free)

  9. ILSpy

  10. Reflector

  11. Swf decompiler for flash

More Related