1 / 9

How to Lock Down your Java Byte code?

How to Lock Down your Java Byte code?. Girish Kulkarni Tech Mahindra, Mumbai kugirish@techmahindra.com 022 - 66882000. 31/07/2006. Agenda. Java - Multi platform language Java Architecture Java decompilation Techniques to defeat decompilation Obfuscators Byte code Encrypter/Decrypter

chana
Download Presentation

How to Lock Down your Java Byte code?

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. How to Lock Down your Java Byte code? Girish Kulkarni Tech Mahindra, Mumbai kugirish@techmahindra.com 022 - 66882000 31/07/2006

  2. Agenda • Java - Multi platform language • Java Architecture • Java decompilation • Techniques to defeat decompilation Obfuscators Byte code Encrypter/Decrypter Generating Exe from source • Result and summary

  3. Java Byte Code Compile Platform specific Machine Code Java – Multi platform language JAVA Source Code Java Virtual Machine

  4. Java Architecture • Java Byte code • Simplicity of JVM architecture • Byte code format - Well documented • Prone to Reverse Engineering attacks

  5. Java Decompilation • Definition • Demo • Disadvantages

  6. Techniques to defeat Decompilation • Obfuscators • Byte code Encrypter/Decrypter • Generating Exe from source

  7. Techniques to Defeat Decompilation - Obfuscators • Techniques used • Layout Obfuscation • Data Obfuscation • Control Obfuscation • Demo • Pros and cons

  8. Techniques to defeat Decompilation Contd. • Byte code Encrypter/Decrypter • Technique • Vulnerable to attack • Generating Exe from source • Technique • Exe – Platform dependent

  9. Summary and Result • Summary and Result • Questions Thank You

More Related