Skip to content

Releases: charles2gan/GDA-android-reversing-Tool

GDA3.78

27 Aug 10:15
8149aa4
Compare
Choose a tag to compare
  1. A lot of bugs fixed, GDAE Professional Edition was released.
  2. Provide the option of method Merge mode and separation mode.
  3. Fix the problem that the memory module cannot be dump in 64-bit system.
  4. Implement the vulnerability detection based on rule expression.
  5. Fix the aspect ratio of the window .
  6. Change and optimize color management to support various topics.
  7. Optimize the GUI, adjust the internal layout of some windows, and repair some GUI problems, making the operation more comfortable.
  8. Add the search function (Ctrl + F) to the dump device.
  9. Merge the multi Dex in the tree box.
  10. The default combination mode on the class display can be switched to separate mode by right-clicking.
  11. Add line number, module tag, and jump tag (under SmalI). Right-click to switch.
  12. Strengthen the structured algorithm to make the code more readable.
  13. De-duplicate the results of malscan.
  14. Adapt to the widescreen.
  15. Add basic information to view.

bug fixes and updates

22 May 09:01
f662336
Compare
Choose a tag to compare
  1. fix some crash and bug.
  2. change the main page.
  3. move Permissions to "DexFile->AccessPermission(click to view permissions)"

bug fixes and updates

05 Mar 05:21
a0bd9d2
Compare
Choose a tag to compare
  1. Fix some bugs and crash.
  2. Optimized decompiler: variable, loop structure, and exception structure.
  3. With the new loading technology, the speed of file loading and analysis is increased by more than 8 times.

bug fixes and updates

03 Jan 04:45
5646647
Compare
Choose a tag to compare
  1. Fix some bugs.
  2. Optimize the search algorithm
  3. The redesigned structured algorithm makes the code more readable. A faster and better cyclic structure algorithm is proposed, and switch, if-else, and try-catch are optimized in some degrees.
  4. The color of the super method is canceled.
    ........

bug fixes and updates

04 Dec 09:16
5b48bbe
Compare
Choose a tag to compare
  1. The python interfaces are updated;
  2. Fixed some bug;
  3. In the Java code, click an element(class object, method, or field) to tip the detail information;
  4. Added deobfuscation, edit->deobfuscate;
  5. Fix title bar flicker;
  6. Added support for Java plug-ins, which can run plug-ins(.java/.class) written by Java directly.

bug fixes and updates

20 Sep 09:41
efadf08
Compare
Choose a tag to compare
  1. The device dumping(root required) supports Android 5 or more, and 64-bit arm system.
  2. Fix the inconsistency of inter-class names and package names.
  3. Remove redundant labels from decompiled code.
  4. Optimize the decompiling code of array initialization.
  5. Strengthen the rules of URL search
  6. Automatic renaming of class members
  7. "Import xx" supports hyperlinks
  8. The coloring algorithm of code shader is redesigned, which greatly improves the speed in the super-large method.
  9. Fixed the problem that the speed would obviously slow down in multi-dex analysis.
  10. Fixed some problems that happened when you mistakenly entered HexView and then stepped back (esc).

Fix bugs

17 May 09:16
9d0802c
Compare
Choose a tag to compare
GDA3.65

Add files via upload

GDA3.64: upgrade

19 Apr 06:35
Compare
Choose a tag to compare
fix the ghost in the treectrl
fix renaming problem of class

new features

12 Apr 07:29
Compare
Choose a tag to compare

Compiler optimization,bug fix, tracing, sourcing, and so on.

GDA3.62

25 Mar 03:02
1de26bb
Compare
Choose a tag to compare

Optimize the decompiler. The decompiled code output strategy is adjusted.