Kalpana Kalpana (Editor)

JEB decompiler

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
Nicolas Falliere

Development status
  
Active

Developer(s)
  
PNF Software, Inc.

Written in
  
Stable release
  
2.2.10 / October 10, 2016; 4 months ago (2016-10-10)

Operating system
  

JEB is primarily known as a disassembler and decompiler software for Android applications. It decompiles Dalvik bytecode to Java source code. The assembly and Java outputs are interactive and can be refactored. Users can also write their own scripts and plugins to extend JEB functionality.

Contents

JEB 2.2 introduced Android debugging modules for Dalvik and native (Intel, ARM) code. Users can "seamlessly debug Dalvik bytecode and native machine code, for all apps [...] including those that do not explicitly allow debugging".

JEB2 supports parsing and rendering of any file format, machine code as well as document files. Official software packages still provide native support for Android app analysis.

Overview

JEB is the first Dalvik decompiler to provide interactive output, as reverse-engineers may examine cross-references, insert comments, or rename items, such as classes and methods. Whenever possible, the correspondence between the bytecode and the decompiled Java code is accessible to the user.

Although JEB is branded as a decompiler, it also provides a full APK view (manifest, resources, certificates, etc.).

An API allows users to customize or automate actions. As of August 2013, the API can be accessed using Python and Java.

The name may be a reference to the well-known security software IDA, as "JEB" = rot1("IDA").

JEB version 2

JEB2 allows parsing of any file format, via the addition of native or third-party plugins (examples: XLS and MIPS, PDF, etc.). The official primary front-end is based on the Eclipse Foundation Rich Client Platform framework. Unlike JEB1, JEB2 allows third-party to develop the development of custom front-end.

References

JEB decompiler Wikipedia


Similar Topics