User Tools

Site Tools


howto:using_frida_with_assistant_app

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
howto:using_frida_with_assistant_app [2018/02/10 17:46]
hostile
howto:using_frida_with_assistant_app [2018/02/15 20:34] (current)
czokie Reformatted
Line 5: Line 5:
 Next... find something to trace:  Next... find something to trace: 
  
 +<file>
 $ frida-trace -i "*dji*" -i "*Dji*" -i "*DJI* 84226 $ frida-trace -i "*dji*" -i "*Dji*" -i "*DJI* 84226
 Instrumenting functions...                                               Instrumenting functions...                                              
Line 272: Line 273:
 _ZN14DataFileLoader14IsDjiLogV3FileERK10QByteArray: Auto-generated handler at "/Users/hostile/__handlers__/libDJIFlightDataService.dylib/_ZN14DataFileLoader14IsDjiLogV3F_0f4e5f75.js" _ZN14DataFileLoader14IsDjiLogV3FileERK10QByteArray: Auto-generated handler at "/Users/hostile/__handlers__/libDJIFlightDataService.dylib/_ZN14DataFileLoader14IsDjiLogV3F_0f4e5f75.js"
 Started tracing 264 functions. Press Ctrl+C to stop.  Started tracing 264 functions. Press Ctrl+C to stop. 
 +</file>
  
 We could for example potentially patch the Login requirement:  We could for example potentially patch the Login requirement: 
  
 +<file>
            /* TID 0x307 */            /* TID 0x307 */
 114968 ms  _ZN11GeneralView12processLoginERK11QJsonObject() 114968 ms  _ZN11GeneralView12processLoginERK11QJsonObject()
Line 288: Line 291:
  
  
 +</file>
howto/using_frida_with_assistant_app.txt ยท Last modified: 2018/02/15 20:34 by czokie