How do I convert dynamic class to json or java file in Frida

Viewed 391

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 Answers
Related