1. 06 3月, 2022 1 次提交
  2. 22 2月, 2022 1 次提交
  3. 20 2月, 2022 1 次提交
  4. 18 2月, 2022 1 次提交
  5. 06 2月, 2022 1 次提交
  6. 25 1月, 2022 1 次提交
  7. 20 1月, 2022 1 次提交
  8. 03 12月, 2021 1 次提交
  9. 30 11月, 2021 1 次提交
  10. 26 11月, 2021 1 次提交
    • Z
      fix(gui): update Chinese translation (PR #1287) · 74c5b616
      zhongqingsong 提交于
      1. According to the English version of the document, complete the left texts.
      2. Fix some inaccurate word, such as field, old CN is variable(变量),  inadequacy. signer, old CN is somebody(人), now it's something(者)。
      3. Fix improper use of symbols, Lack of symbols in some place, some EN symbol translate to CN symbol.
      4. Other change
      74c5b616
  11. 23 11月, 2021 1 次提交
  12. 27 10月, 2021 1 次提交
  13. 23 10月, 2021 1 次提交
  14. 21 10月, 2021 1 次提交
  15. 19 10月, 2021 1 次提交
  16. 04 9月, 2021 1 次提交
  17. 02 8月, 2021 1 次提交
  18. 30 5月, 2021 1 次提交
  19. 29 5月, 2021 1 次提交
  20. 18 5月, 2021 1 次提交
  21. 16 4月, 2021 1 次提交
  22. 28 3月, 2021 1 次提交
    • L
      feat(gui): add a smali debugger (#1136) (PR #1137) · 4705194a
      LBJ-the-GOAT 提交于
      * add a smali debugger
      * debugger: support android 11, support 9(may be) & 10 if debug_info available, add rerun.
      * debugger: support get/set fields of this, change icons, fix bugs.
      * debugger: add timeout to attach
      
      Co-authored-by: tobias <tobias.hotmail.com>
      4705194a
  23. 04 3月, 2021 1 次提交
    • S
      feat(gui): add code comments (#359) (PR #1127) · 4e5fac4b
      skylot 提交于
      * feat(gui): add code comments (#359)
      * refactor: replace instanceof search with method dispatch in RegionGen
      * fix: various bug fixes and improvements for code comments
      * fix(gui): support multiline code comments
      * fix: resolve code differences after class reload
      * fix(gui): add search for comments, allow search in active tab only
      * fix: correct search for inner classes
      * fix(gui): run full index on search dialog open
      4e5fac4b
  24. 02 3月, 2021 1 次提交
  25. 31 1月, 2021 1 次提交
  26. 25 1月, 2021 1 次提交
  27. 23 1月, 2021 1 次提交
  28. 30 12月, 2020 1 次提交
    • G
      feat(gui): allow use regex in the search dialog (PR #1069) · 1b8b377f
      green9317 提交于
      * Implements the option to use Regex on the Search Dialog
      
      * Updated the way search works to pass a search settings class with options set rather than method arguments
      
      * Fixing style issues
      
      * Updating Style Fix
      
      * Cleaning code
      
      * Updating code to combine SearchSettings and Search Impl as well as efficiency improvements.
      
      * Fixing bug caused from moving code in the searchImpl class
      
      * Fixing a minor bug
      
      * adding style fixes
      1b8b377f
  29. 03 11月, 2020 1 次提交
  30. 16 8月, 2020 1 次提交
  31. 03 7月, 2020 1 次提交
  32. 15 5月, 2020 1 次提交
    • S
      fix(gui): RenameDialog: Warn user if deobfuscation settings are invalid (PR #935) · 705ceca4
      Soul Trace 提交于
      The rename functionality relies on deobfuscation for now - so let the user know
      this and ask the user to enable deobfuscation to get rename working.
      
      The "Force rewrite deobfuscation map file" option effectively disables
      renaming, because renaming relies on deobfuscation map modification for now,
      but Force rewrite rewrites the map on each file reload, destroying changes.
      So. let the user know this issue instead of silent failure.
      705ceca4
  33. 02 2月, 2020 1 次提交
  34. 22 12月, 2019 1 次提交
  35. 11 12月, 2019 1 次提交
    • S
      feat(gui): support for renaming methods, classes and fields (PR #794 #791) · e3055b95
      Soul Trace 提交于
      * Add getRealFullName() to ClassNode and JavaClass and searchJavaClassByRealName() to JadxWrapper
      
      Those methods is like getFullName() and searchJavaClassByClassName(), but for class names without aliases.
      It is necessary for renaming classes/methods/fields.
      
      * core: Make getFieldNode(), getMethodNode() and getRoot() public
      
      This is necessary for renaming functionality
      
      * jadx-gui: Add Rename popup menu entry (renames classes, methods and fields)
      
      It allows user to rename classes, methods and fields.
      It updates deobfuscation map and reload file.
      This may be suboptimal, and maybe some RenameVisitor should be added.
      Deobfuscation should be enabled in order to allow this.
      e3055b95
  36. 19 7月, 2019 1 次提交
  37. 27 6月, 2019 1 次提交
  38. 11 5月, 2019 1 次提交
  39. 06 5月, 2019 1 次提交
  40. 29 4月, 2019 1 次提交