How are Android’s native libraries protected against tampering?
On Android it is possible to add native libraries provided by the system (/system/lib/) or the vendor (/vendor/lib/) to a system app. For example, the libandroid_runtime.so is loaded with System.load("/system/lib/libandroid_runtime.so… Continue reading How are Android’s native libraries protected against tampering?