Hacker News new | ask | show | jobs
by eqvinox 248 days ago
> Next week: pthread_attach().

I think you meant PTRACE_ATTACH, there is no pthread_attach ;)

The newer process_vm_readv() is easier btw, for the implied function of reading from the target process' memory.