Loading...

Frida Stalker - Tracing binary instructions

5350 107________

#frida #stalker #codetracer #binaryanalysis #instructions #stalker.follow
In this video i have covered some internals about frida stalker and how we can use stalker api to trace instructions in any binary.
I have showed different ways on how you can stalker apis and which is the preferred way of doing it. It allows to trace binary execution instruction by instruction and also it provides a way in which we can actually get the complete context of the instruction by accessing the CPU registers using frida stalker's putCallout() method.

I have used a sample binary which i have already explained in my ealier videos:
   • Unicorn Emulation - Cross Compiling C...  

Using this binary i have tried to show you how you can make use of stalker in order to find the right password.

You can find frida stalker documentation from here:
frida.re/docs/stalker/

Don't forget to subscribe to the channel and show your support.

コメント