Exetools

Exetools (https://forum.exetools.com/index.php)
-   Community Tools (https://forum.exetools.com/forumdisplay.php?f=47)
-   -   Frida For Ida Pro (https://forum.exetools.com/showthread.php?t=16701)

Storm Shadow 03-22-2015 07:34

Frida For Ida Pro
 
I had a fun saturday project, and had some fun making a Widget that uses frida api to trace apps and pids.

As always i share my projects

Quote from my Git

Frida For Ida Pro

This is plugin for ida pro thar uses the Frida api. Mainly trace functions.
"Your own scripts get injected into black box processes to execute custom debugging logic. Hook any function, spy on crypto APIs or trace private application code, no source code needed"

Visit site to get a view what it does. http://www.frida.re/

Howto

install plugin Copy folders in archive and copy to root ida folder. should be ../ida_folder/QTApps/Frida/Frida_For_Ida_Pro.py ../plugins/Frida_caller.py

For installing Frida, have either PIP or easy_install installed and make sure they are added to path. Then Install with Plugin

Version 0.1
Works PID tracing. PIP install frida. Easy_Install frida. Tracinc spesific functions. trace intire program, and see how and what sub get called (also how many times sub gets called). TRace intire program auto write text file of trace.
Remember to get pid before lanching tracer functions.

TODO
Have to Use Qprocess to out put trace and debug input to Qtextbox. Specially dicover can have so many lines its hard to. Gonna ad a python code editor, that will work in ida also. when i got the time :). More functions.

Why
Why not.

https://github.com/techbliss/Frida_For_Ida_Pro


All times are GMT +8. The time now is 01:24.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX