I have written an app that uses a native shared library via the Android NDK. I am particularly interested to know whether the .so file is stored in a location that would be encrypted if I were to enable encryption on the phone.
When that app is installed on the phone, where does the .so file get stored Also, is there only one or multiple copies of that .so file on the phone?
/data
and notice changes during the app installation. Then filter the changes to find the thing you want. – Firelord Oct 02 '15 at 12:27find
wouldn't be able to give you what you want. – Firelord Oct 02 '15 at 12:39/data
seems to be the only thing encrypted as per this link: https://source.android.com/devices/tech/security/encryption/ – Firelord Oct 02 '15 at 12:47