Skip to content
Advertisement

Tag: frida

Frida Casting object to List of Strings

I have been trying to print out the contents of a list when hooking an android app with Frida but am not having any luck. The object I want to hook in Java looks like this There aren’t any getters for this public object so I have to resort to using another object (Let’s call the object “Bye”)’s method (byeMethodB)

Advertisement