c++ - How can I read memory from a specific address that's allocated to a different process in OSX? -


let's there's value of interest, , located @ address. however, memory owned process a.dylib. won't able access memory through ./code int x = *(int*)address because ./code not own memory holds address.

how can access address ./code in osx, preferably without root? required go through vm_read()?


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -