1. 08 11月, 2022 2 次提交
  2. 07 8月, 2022 1 次提交
  3. 28 5月, 2022 1 次提交
  4. 18 5月, 2022 1 次提交
    • S
      feat(gui): disk code cache and search rewrite (PR #1483) · 0606c90f
      skylot 提交于
      * feat: implement disk code cache
      * feat: rewrite code metadata handling, remove code index
      * feat: rewrite search
      * fix: code cleanup and fixes for previous commits
      * feat: run code search in parallel
      * fix: reset code strings cache on low memory, code cleanup
      * fix: include input files timestamp into code hash
      0606c90f
  5. 11 5月, 2022 1 次提交
  6. 26 3月, 2022 1 次提交
  7. 19 2月, 2022 1 次提交
  8. 18 2月, 2022 1 次提交
  9. 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
  10. 25 1月, 2022 1 次提交