Skip to content

Releases: charles2gan/GDA-android-reversing-Tool

GDA3.89

29 Jan 09:38
24fbc3b
Compare
Choose a tag to compare
  1. Highlight the method in the list box.
  2. Fix the window title flicker.
  3. Taint analysis engine optimization.
  4. Fix the "all" searching crashing bug.#39

bug fixes and updates

22 Jan 10:40
7553b82
Compare
Choose a tag to compare
  1. Supports accurate matching("string"), fuzzy matching(str), and regular matching(~"string") for Searching-Box. #37
  2. Fix the problem that CTR + C and CTR + a are not effective.
  3. Repair the collapse of the problem after choosing dx.bat.
  4. Fix the crash during vulnerability scanning.
  5. Fix the problem that cross-references lose some callers in multi DEX(the bullshit bugs caused by code optimization).
  6. Fix a bug in instruction editing. #38
  7. Optimize minimum and maximum of type.
  8. Fix the bug that the parent class and interface of a subclass cannot be found.
  9. Add interface and implementation class, parent class, and subclass method connection.
  10. Fix the jam caused by frequent and fast back-view operations.
  11. The progress has been changed.

GDA3.87

06 Jan 08:09
7553b82
Compare
Choose a tag to compare
  1. Improve the binding algorithm of the class-tree, and show the package name before the class name in the class-tree.
  2. Further optimize the coloring algorithm
  3. Fixed the problem of showing decompiled code delay, especially on large files
  4. Fixed several bugs that led to the crash
  5. Fixed a problem with renaming not being updated to the current code in some cases

GDA3.86

25 Dec 08:31
7553b82
Compare
Choose a tag to compare
  1. Optimize the blocking bug caused by the huge amount of code.
  2. Fixed the problem that some methods cannot be cross-referenced in multi-DEX.
  3. Fixed a series of problems of UI stuck caused by introducing the multithread UI.
  4. Further optimize the decompiler kernel.

bug fixes and updates

07 Dec 07:53
7553b82
Compare
Choose a tag to compare
  1. Optimize the loading strategy, greatly improve the loading and analysis speed of large files.
  2. Added method-args in X-ref results(#34).
  3. Optimization of forensic tools.
  4. Some optimizations and bug fixes have been done to the compiler.
  5. Fix the problem of interface freezing when analyzing large files.

GDA3.84

17 Nov 08:03
f39acd1
Compare
Choose a tag to compare
  1. Fix the problem that the class cannot be displayed when the package name and class name are the same#32
  2. Fixed several crash bugs
  3. Add file exclusion function to APK forensics tool

GDA3.83

03 Nov 12:55
f25ccc0
Compare
Choose a tag to compare
  1. Fix the bug of slow in-page searching.
  2. Add privacy leaking detection.
  3. Some adjustments have been made to the UI.

bug fixes and updates

28 Oct 06:46
b7cf96e
Compare
Choose a tag to compare
  1. Fixed the problem that the code was automatically shifted to the right
  2. Fixed the problem of missing null method parameters
  3. The APK forensics tool is optimized for the problem of blocking due to too many files in the APK
  4. Add F3 shortcut key to APK forensics tool to locate the next match
  5. Fixed the problem of loading error because the suffix name is non-lowercase letters
  6. Fixed a serious bug in the algorithm tool and added more right-click menu operations
  7. Added the function of executing user-defined vulnerability detection
  8. Vulnerability rule tester is added
  9. Path solving is added
  10. Optimized flashflow

bug fixes and updates

10 Sep 06:56
a2677f6
Compare
Choose a tag to compare

Fix a serious bug

GDA3.79

09 Sep 06:49
ad6cded
Compare
Choose a tag to compare
  1. Fixed some problems.
  2. Decompile support for .jar files, class .files and .aar files.
  3. A rule-based static vulnerability scanner is added.
  4. Add the APK file forensics analysis tool.
  5. Fixed a bug in variable renaming.
  6. Dump tool adds custom dump.
  7. Optimize smart renaming.