ish
ish copied to clipboard
strace not working
missing syscalls 26 and 29
26 = sys_ptrace 29 = sys_pause
i'm not 100% clear on how the syscall emulation layer works, but it may be impossible to implement ptrace given ios limitations
ptrace is definitely possible.
this would really help with troubleshooting everything else
I guess this issue got nowhere? +1 to this being useful in debugging other issues...