Cheatsheet
To Find Process ID & User of a Application
ps -A | grep "hextree"To find native libraries loaded into the app by seeing it's map file
cat /proc/{PID}/maps #needs sudoLast updated
To Find Process ID & User of a Application
ps -A | grep "hextree"To find native libraries loaded into the app by seeing it's map file
cat /proc/{PID}/maps #needs sudoLast updated