Frida
Android
Frida Scripting Guide (5) - Arrays
In this post I’ll explain how to use arrays from Java in Frida.
read more
In this post I’ll explain how to use arrays from Java in Frida.
read more
It is a bit complicated to work on Enums. There is a difference between Enums and common classes.
read more
In this post I will show how to use inheritance in Java from Frida.
read more
An interface is a reference type in Java. It is similar to class.
read more
In this blogpost I will show how to consume inner classes in Java from Frida.
read more