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
Last revision Both sides next revision
howto:using_frida_with_assistant_app [2018/02/10 17:03]
hostile
howto:using_frida_with_assistant_app [2018/02/10 17:46]
hostile
Line 272: Line 272:
 _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. 
 +
 +We could for example potentially patch the Login requirement: 
 +
 +           /* TID 0x307 */
 +114968 ms  _ZN11GeneralView12processLoginERK11QJsonObject()
 +114968 ms     | _ZN5Login5loginERK11QJsonObjectNSt3__18functionIFvS2_EEE()
 +115452 ms  _ZN10ServerApi222ApisApprestV1UserLoginERK7QStringS2_S2_S2_S2_RK23tagCOMMON_HEADER_PARAMSNSt3__18functionIFvbRK11QJsonObjectEEE()
 +115768 ms  _ZN5Login15get_verity_codeENSt3__18functionIFvRK11QJsonObjectEEE()
 +
 +132812 ms  _ZN11GeneralView12processLoginERK11QJsonObject()
 +132812 ms     | _ZN5Login5loginERK11QJsonObjectNSt3__18functionIFvS2_EEE()
 +133050 ms  _ZN10ServerApi222ApisApprestV1UserLoginERK7QStringS2_S2_S2_S2_RK23tagCOMMON_HEADER_PARAMSNSt3__18functionIFvbRK11QJsonObjectEEE()
 +133325 ms  _ZN5Login17save_user_profileEv()
 +133336 ms  _ZN5Login8PushDataERK11QJsonObject()
 +
 +
 +
howto/using_frida_with_assistant_app.txt ยท Last modified: 2018/02/15 20:34 by czokie