英文:
How do I convert dynamic class to json or java file in Frida
问题
把动态类转换成 JSON 或 Java 文件有没有解决方案?我可以使用 Frida 加载并查看它们的方法参数,但我需要知道其中发生了什么,以及动态类的类型、字节码是什么?
英文:
is there any solution for dynamic classes convert to json or java file? I can load and see their methods arguments with frida but I need what is happening inside it and what type of dynamic class, bytecode?
答案1
得分: 1
因为这个人,我找到了一个解决方案。也许在将来,如果有人需要从已加载的类中转储dex动态库,可以参考以下链接:
英文:
Thanks to this guy I found a solution. Maybe, in future, if someone will need
dump dex dynamic from loaded class
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论