Search results

  1. Tutorial None Rooted Android - FRIDA API Set Up and Injection (Hook,Unity)

    Good day dear friends. My last post was very interesting for quite few people so if you still didn't check my post regarding Rooted way of using FRIDA you can do so by following this link . So now let's get started! This tutorial will be from 0 to 100 with all nuance and details I came across...
  2. Tutorial FRIDA API Set Up and Injection (Hook,Unity)

    Good day Dear commrades . After having succesfull experience with many games witht he help of FRIDA I want to share a tutorial on how to use FRIDA API to hook to method and change it's values. Pre-Requests : Basic Knowledge in JavaScript Basic knowledge of DNSpy and DLL Dumper Basic Android...
  3. Tutorial Code Injection (FileWritter)

    Hello. I'm posting a small helper class to write some data into the file. There are cases when we want to know the content of the data and the data might be too long to show it via Toast. I've created a small utility class FileWritter which you can inject and write any String representation of...
Back
Top Bottom