MJx0 / KittyMemory

This library aims for runtime code patching for both Android and iOS
MIT License
307 stars 109 forks source link

another app pid #9

Closed NettixCode closed 2 years ago

NettixCode commented 3 years ago

hello .. in kittymemory.cpp has a code FILE *fp = fopen("/proc/self/maps", "rt"); it to get self app pid right ? if i want to find another app pid how to code it ? can you help ?

example i want to know what gmail pid .. how i must code it ? FILE *fp = fopen("/proc/(how to get gmail pid here)/maps", "rt");