darvincisec / DetectFrida

Detect Frida for Android
MIT License
665 stars 138 forks source link

Support flag android:extractNativeLibs="false" #19

Open aencica opened 3 years ago

aencica commented 3 years ago

Hi,

Starting AGP 3.6.0 the native libraries are packaged uncompressed by default. This is causing crashes on release builds using AAB.

A workaround is to enable native libs extraction by adding ingradle.properties :

android.bundle.enableUncompressedNativeLibs=false 

Do you have any suggestions how to include support this scenario?

ankitk93 commented 2 years ago

@aencica even if i use android.bundle.enableUncompressedNativeLibs=false, the sample app still crashes, were you able to run and detect frida ?