Guest User

Untitled

a guest
Sep 5th, 2023
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. C:\Users\me\frida> frida -U -l .\bypass.txt -f com.instagram.android
  2. ____
  3. / _ | Frida 16.1.4 - A world-class dynamic instrumentation toolkit
  4. | (_| |
  5. > _ | Commands:
  6. /_/ |_| help -> Displays the help system
  7. . . . . object? -> Display information about 'object'
  8. . . . . exit/quit -> Exit
  9. . . . .
  10. . . . . More info at https://frida.re/docs/home/
  11. . . . .
  12. . . . . Connected to SM G988N (id=127.0.0.1:62026)
  13. Spawning `com.instagram.android`...
  14. [*][*] Waiting for libliger...
  15. Spawned `com.instagram.android`. Resuming main thread!
  16. [SM G988N::com.instagram.android ]-> [*][+] Hooked checkTrustedRecursive
  17. [*][+] Hooked SSLContextInit
  18. [*][+] Found libliger at:
  19. [*][+] Hooked function: function that gets hooked to bypass pinning
  20. Connection terminated (this is when my frida server console returns)
  21. [SM G988N::com.instagram.android ]->
  22.  
  23. Thank you for using Frida!
Advertisement
Add Comment
Please, Sign In to add comment