1. 19 2月, 2022 2 次提交
  2. 18 2月, 2022 1 次提交
  3. 08 2月, 2022 2 次提交
    • J
      8d5554f1
    • O
      fix: use raw class names in Frida action (#1365)(PR #1366) · 873aabb4
      Ori Perry 提交于
      * Use raw_name instead of full_name for the names of class in generated frida snippet.
      Also cleaned the code a bit
      
      * Fixed getting method parameters from inlined methods
      
      * fixed generating code for constructor overloads, more cleaning
      
      * Fixed getting method parameters from inlined methods for real this time
      
      * made the option for a frida snippet only appear if clicked on a relevant node
      
      * added support for generating a frida snippet for fields
      
      * apply spotless
      
      * Update jadx-gui/src/main/java/jadx/gui/ui/codearea/FridaAction.java
      Co-authored-by: Nskylot <118523+skylot@users.noreply.github.com>
      
      * moved the overload check from NodeMethod to FridaAction
      
      * added semicolons in the end of lines of the generated frida snippet
      
      * fix code formatting
      873aabb4
  4. 07 2月, 2022 1 次提交
  5. 06 2月, 2022 2 次提交
  6. 05 2月, 2022 1 次提交
  7. 25 1月, 2022 1 次提交
  8. 24 1月, 2022 1 次提交
  9. 20 1月, 2022 1 次提交
  10. 13 1月, 2022 2 次提交
  11. 12 1月, 2022 1 次提交
  12. 03 1月, 2022 1 次提交
  13. 26 12月, 2021 1 次提交
  14. 21 12月, 2021 1 次提交
  15. 20 12月, 2021 1 次提交
  16. 19 12月, 2021 1 次提交
  17. 13 12月, 2021 1 次提交
  18. 06 12月, 2021 1 次提交
  19. 04 12月, 2021 1 次提交
  20. 03 12月, 2021 1 次提交
  21. 30 11月, 2021 2 次提交
  22. 29 11月, 2021 2 次提交
  23. 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
  24. 24 11月, 2021 1 次提交
  25. 23 11月, 2021 2 次提交
  26. 20 11月, 2021 1 次提交
  27. 18 11月, 2021 1 次提交
  28. 14 11月, 2021 1 次提交
  29. 13 11月, 2021 2 次提交
  30. 12 11月, 2021 1 次提交
    • S
      perf(gui): improve decompilation speed (#1269) · 5fc27c11
      Skylot 提交于
      - use index only in one thread to reduce synchronization locks
      - collect usage info on request, remove global collection
      - adjust decompilation order to reduce locks, improve memory usage
      - prefill cache of super types in clsp graph to remove locks
      5fc27c11
  31. 08 11月, 2021 1 次提交
  32. 29 10月, 2021 1 次提交