Hello, this is the very first post of my new series where I will show the big potential of frida on practical examples.

About

If you want to learn more about frida, then I suggest you to check my notes/cheatsheet or frida’s docs.

Check tag #frida-playground for all posts.

Lab Setup

My environment:

  • host machine - the place where I’m writing scripts, run scripts, etc
  • guest vms - machines where ctf binaries are run:
    • Windows10 (vbox)
    • REmnux (vbox)
    • Android (nox)

Planned Content

  1. Game Hacking & “Cheats” Development for SUPERHOT: MIND CONTROL DELETE
  2. Solve some FlareOn challenges.

References

  1. Frida
  2. FlareOn
  3. Cheatsheet