1. 02 3月, 2022 2 次提交
  2. 01 3月, 2022 4 次提交
  3. 27 2月, 2022 3 次提交
  4. 26 2月, 2022 3 次提交
  5. 25 2月, 2022 4 次提交
  6. 23 2月, 2022 3 次提交
  7. 22 2月, 2022 1 次提交
  8. 21 2月, 2022 1 次提交
  9. 20 2月, 2022 2 次提交
  10. 19 2月, 2022 3 次提交
  11. 18 2月, 2022 1 次提交
  12. 17 2月, 2022 1 次提交
  13. 15 2月, 2022 6 次提交
  14. 14 2月, 2022 1 次提交
  15. 13 2月, 2022 1 次提交
  16. 12 2月, 2022 1 次提交
  17. 10 2月, 2022 1 次提交
  18. 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