ChiChou / grapefruit

(WIP) Runtime Application Instruments for iOS. Previously Passionfruit
MIT License
793 stars 76 forks source link

linux-arm's frida-server doesn't work when attaching to a process #41

Closed wenkane closed 3 years ago

wenkane commented 3 years ago

I build a linux-arm version frida-server for myself, and the version is 14.2.18.62.g92c1e68. But when I try to attach to a process, the frida-server stuck at the 'pool-frida' thread and nothing continue. And a few seconds(like 10s) later, the thread exited. But still nothing happens both in frida-server and frida tools.

here's the info: (gdb) c Continuing. [New LWP 25810] // when I attach to a process, this thread created. ^C Thread 1 "frida-server" received signal SIGINT, Interrupt. 0xb6e030c8 in poll () from /lib/libc.so.6 (gdb) i thread Id Target Id Frame

// then nothing happens both the frida-server and the frida-tools . and the frida-tool shows I am still ataching to the process.

wenkane commented 3 years ago

sorry for open this issue at the wrong repository.