• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Reverse Engineering GDA-android-reversing-Tool v3.96 - decompiler written entirely in c++

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,623
Solutions
2
Reputation
32
Reaction score
100,457
Points
2,313
Credits
32,750
‎6 Years of Service‎
 
76%
1_main_window.png


GDA(GJoy Dex Analysizer)

Most reverse engineers mainly use Java decompiler, commercial Dalvik decompiler Jeb, and smali2java to analyze Android APPs. Java decompiler is based on Java bytecode, including JD, JD-GUI, jadx, and others. smali2java is a decompiler based on the Smali code. They have their own shortcomings, such as the Java decompiler depends on the convert of dex2jar. For complex, obfuscated or packed apks, there is a problem of translation failure. smali2java decompiles Smali code which should be translated from DEX with apktool, so it increases the difficulty and error rate, and decreases the speed of manual analysis. In addition, their interaction is poor, which increases the difficulty of manual analysis. Although the commercial Jeb has better interactivity, it is easy to death when analyzing a large-sized APP with the Multidex, and it is very expensive for me…

Changelog v3.96

    Fix the memory call problem for Frida.
    Fix missing parentheses in multi-conditional expressions. #60
    Fix the problem of inconsistent variable names caused by parent and child classes in different basic blocks.
    Add the saving of the js code for Frida when the device is not connected.
    The control flow analysis algorithm is further optimized.
    Implement the automatic propagation function of the overloaded method name renaming for the subclass of any class/interface. #65


To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top