Releases: charles2gan/GDA-android-reversing-Tool
Releases · charles2gan/GDA-android-reversing-Tool
GDA3.89
bug fixes and updates
- Supports accurate matching(
"string"
), fuzzy matching(str
), and regular matching(~"string"
) for Searching-Box. #37 - Fix the problem that CTR + C and CTR + a are not effective.
- Repair the collapse of the problem after choosing dx.bat.
- Fix the crash during vulnerability scanning.
- Fix the problem that cross-references lose some callers in multi DEX(the bullshit bugs caused by code optimization).
- Fix a bug in instruction editing. #38
- Optimize minimum and maximum of type.
- Fix the bug that the parent class and interface of a subclass cannot be found.
- Add interface and implementation class, parent class, and subclass method connection.
- Fix the jam caused by frequent and fast back-view operations.
- The progress has been changed.
GDA3.87
- Improve the binding algorithm of the class-tree, and show the package name before the class name in the class-tree.
- Further optimize the coloring algorithm
- Fixed the problem of showing decompiled code delay, especially on large files
- Fixed several bugs that led to the crash
- Fixed a problem with renaming not being updated to the current code in some cases
GDA3.86
- Optimize the blocking bug caused by the huge amount of code.
- Fixed the problem that some methods cannot be cross-referenced in multi-DEX.
- Fixed a series of problems of UI stuck caused by introducing the multithread UI.
- Further optimize the decompiler kernel.
bug fixes and updates
- Optimize the loading strategy, greatly improve the loading and analysis speed of large files.
- Added method-args in X-ref results(#34).
- Optimization of forensic tools.
- Some optimizations and bug fixes have been done to the compiler.
- Fix the problem of interface freezing when analyzing large files.
GDA3.84
- Fix the problem that the class cannot be displayed when the package name and class name are the same#32
- Fixed several crash bugs
- Add file exclusion function to APK forensics tool
GDA3.83
- Fix the bug of slow in-page searching.
- Add privacy leaking detection.
- Some adjustments have been made to the UI.
bug fixes and updates
- Fixed the problem that the code was automatically shifted to the right
- Fixed the problem of missing null method parameters
- The APK forensics tool is optimized for the problem of blocking due to too many files in the APK
- Add F3 shortcut key to APK forensics tool to locate the next match
- Fixed the problem of loading error because the suffix name is non-lowercase letters
- Fixed a serious bug in the algorithm tool and added more right-click menu operations
- Added the function of executing user-defined vulnerability detection
- Vulnerability rule tester is added
- Path solving is added
- Optimized flashflow
bug fixes and updates
Fix a serious bug
GDA3.79
- Fixed some problems.
- Decompile support for .jar files, class .files and .aar files.
- A rule-based static vulnerability scanner is added.
- Add the APK file forensics analysis tool.
- Fixed a bug in variable renaming.
- Dump tool adds custom dump.
- Optimize smart renaming.