Frida: The Best General Scripts for Tracing and Debugging

Delve into an app’s internals without writing a lick of code.

Jay Allen
CodeX
Published in
6 min readJun 8, 2021

--

Picture: Vegorus / PIXTA(ピクスタ)

As I’ve discussed before, Frida is “GreaseMonkey for native apps” — a Javascript-based instrumentation framework that lets you intercept native application calls on a variety of platforms including Windows, Linux, Mac, Android, and iOS. I’ve been using Frida for…

--

--