• Dynamic Reverse Engineering With Frida

  • Taking testing to the next level using Frida's dynamic binary instrumentation

  • Unlocking secrets of proprietary software using Frida

  • An introduction to Frida

  • Frida: live i revers

  • Frida (reverse engineering tool) workshop

  • Frida

  • dynamic machine code transformations

  • Unlocking secrets of proprietary software using Frida

    Ever wanted to understand the internals of an application running on your desktop or phone? Want to know what data is passed to a particular crypto function? Then Frida is for you! This talk will introduce Frida and show how it can be used to aid in analysis of binary applications. It will be packed with demos.

  • r2frida: the ultimate static analysis on dynamic steroids

    Have you ever wanted to enhance your static analysis with live telemetry from a running instance of the software that you're analyzing? In this talk I will show you how you can do this by combining r2 with Frida.

  • Frida: Putting the 'Open' Back into Closed Software

    Have this black box process that you're just dying to peek inside of? Is this process perhaps running on your cell phone, or on a closed-source OS, and you just got to interoperate with it? Is the company behind this proprietary software being less than forthcoming with APIs and docs? Well, if you know a little JavaScript and have a little persistence, perhaps we can help... In this talk, we show what you can do with Frida, a scriptable dynamic binary instrumentation toolkit for Windows, Mac, Linux, iOS, Android, and QNX. We show by example how to write snippets of custom debugging code in JavaScript, and then dynamically insert these scripts into running processes. Hook any function, spy on crypto APIs or trace private application code. No source code, no permission needed!

  • SELinux

  • Frida

    A short introduction to Frida.