frida / frida-python

Frida Python bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process crashed: Trace/BPT trap

Wolfhound905 opened this issue · comments

commented

I'm new to this whole thing, so I'm sorry I can not provide enough info. I am running a virtual phone on ubuntu, package "system-images;android-30;google_apis;x86_64".

root@dellprecision:/home/aiden# frida -U -f com.ss.android.ugc.trill -l ./signatures.js
     ____
    / _  |   Frida 16.0.2 - A world-class dynamic instrumentation toolkit
   | (_| |
    > _  |   Commands:
   /_/ |_|       help      -> Displays the help system
   . . . .       object?   -> Display information about 'object'
   . . . .       exit/quit -> Exit
   . . . .
   . . . .   More info at https://frida.re/docs/home/
   . . . .
   . . . .   Connected to Android Emulator 5554 (id=emulator-5554)
Spawned `com.ss.android.ugc.trill`. Resuming main thread!
[Android Emulator 5554::com.ss.android.ugc.trill ]-> Process crashed: Trace/BPT trap

***
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'google/sdk_gphone_x86_64_arm64/generic_x86_64_arm64:11/RSR1.210722.013/7800151:userdebug/dev-keys'
Revision: '0'
ABI: 'x86_64'
Timestamp: 2022-11-09 16:29:55+0000
pid: 8952, tid: 8987, name: tp-io-1  >>> com.ss.android.ugc.trill <<<
uid: 10170
signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
Abort message: 'vendor/unbundled_google/libs/ndk_translation/runtime/guest_call_arm64.cc:76: CHECK failed: 135365338134864 == 135365338136528'
    rax 0000000000000000  rbx 00000000000022f8  rcx 00007b242a2252a8  rdx 0000000000000006
    r8  0000000000000000  r9  0000000000000000  r10 00007b1d32f52290  r11 0000000000000246
    r12 0000000000000058  r13 0000000000000001  r14 00007b1d32f52288  r15 000000000000231b
    rdi 00000000000022f8  rsi 000000000000231b
    rbp 00007b21b794da20  rsp 00007b1d32f52278  rip 00007b242a2252a8
backtrace:
      #00 pc 000000000005a2a8  /apex/com.android.runtime/lib64/bionic/libc.so!libc.so (offset 0x59000) (syscall+24) (BuildId: 3707c39fc397eeaa328142d90b50a973)
      #01 pc 000000000005d212  /apex/com.android.runtime/lib64/bionic/libc.so!libc.so (offset 0x5c000) (abort+194) (BuildId: 3707c39fc397eeaa328142d90b50a973)
      #02 pc 0000000000000412  <anonymous:7b242b737000>
***
[Android Emulator 5554::com.ss.android.ugc.trill ]->

Thank you for using Frida!```
commented

I am going to close this because It is not a frida issue. Something is wrong with my vm :(