GDAupdate-亚洲首款交互式Android反编译器

  • 2026-4-8

    GDA4.12 Update


    1. Added CLI support, supporting Shell and Server modes.
    2. Fix the problem that code comments cannot be displayed or are incompletely displayed.
    3. Add searching function for code comments.
    4. Add searching function for renamed content.
    5. Fixed the bug that the rename operation did not take effect in some cases.
    6. Fixed the bug that class variables cannot be renamed.
    7. Fixed the bug that class members cannot be operated in detached mode.
    8. Fixed multiple crash bugs.
    9. Fixed rsub instruction issue. #171
    10. Change the default color of numbers. #174

  • 2024-5-8

    GDA4.11 Update


    1. Fixed the bug that the right-click menu can't display the frida menu.
    2. Fixed the bug that code blocks are lost during TRY-CATCH structure restoration. #154
    3. Fixed the bug that API cross-reference results are incomplete.
    4. Fixed the bug that the reference method could not be automatically located in the smali code.
    5. Fixed the bug that clicking on the taskbar icon could not be minimized.
    6. Fixed the issue that the search results of combinations with string.
    7. Fixed the out-of-bounds crash when locating string search results.

  • 2023-9-8

    GDA4.10 Update


    1. Fix the issue of incorrect method icons in search results.
    2. Fix the bug of null search result in binary search.
    3. Optimize the preview of binary search results.
    4. Fix the issue of incorrect position of top button.
    5. Enhanced XML decoding capabilities.
    6. Fix the issue of multithreading deadlock.

  • 2023-8-31

    GDA4.09 Update


    1. Fix the issue of condition reversal when there are more than 3 consecutive conditions.
    2. Added resource search, supporting resource ID and name search.
    3. Add the extraction of referenced resource information and add resource cross-reference and double-click viewing functions.
    4. Fix variable name errors caused by register references.
    5. Fix a bug in the array initialization decompiling code
    6. Fix the bug of length calculation errors during string editing.
    7. Fix the issue where method codes of the interface are not displayed.#142
    8. Enhanced decoding ability of XML.
    9. Added topping and restoration for the package trees.
    10. Add code export function.#141
    11. Improved and expanded search functionality, optimized search algorithms.#140
    12. Fixed a series of crash bugs.