Nerdstomper
Member
- 53
- 04/09/17
- 28
Thread Author
Has anyone encountered this problem before? dumping an apk using GDB and get the "ptrace error not permitted"?
You can bypass it by attaching to a clone process using the 'ls -l /proc/pid/task/' method but once you debug and dump one of the clones, you get every .dll file except for the Assembly-CSharp.dll
Does anyone know why that happens? 3 processes show up in terminal emulator when i dumpsys meminfo for the game I want to dump. 300,000kb - 10,000kb - 3,000kb all with the same names: com.xxxxx.xxxxx
They all ptrace error when you try dumping but the smaller files dont have clones. Only the biggest one.
Could the Assembly-CSharp.dll be hiding in one specific clone? Or are all clones the same process for the main pid. Thanks!
You can bypass it by attaching to a clone process using the 'ls -l /proc/pid/task/' method but once you debug and dump one of the clones, you get every .dll file except for the Assembly-CSharp.dll
Does anyone know why that happens? 3 processes show up in terminal emulator when i dumpsys meminfo for the game I want to dump. 300,000kb - 10,000kb - 3,000kb all with the same names: com.xxxxx.xxxxx
They all ptrace error when you try dumping but the smaller files dont have clones. Only the biggest one.
Could the Assembly-CSharp.dll be hiding in one specific clone? Or are all clones the same process for the main pid. Thanks!