DetectFrida icon indicating copy to clipboard operation
DetectFrida copied to clipboard

Detect Frida for Android

Results 16 DetectFrida issues
Sort by recently updated
recently updated
newest added

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...

The project's current `gradle-5.4.1-all.zip` and `com.android.tools.build:gradle:3.5.0` works with `minSdkVersion` 23+ However upon updating to latest gradle i.e. - Update root `build.gradle` to `classpath 'com.android.tools.build:gradle:7.0.0'` - Update `gradle-wrapper.properties` to `distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip` `minSdkVersion`...

there is a chance to see this project as android library ??? (using jitpack.io for example)

the source code ``` if ((fd = my_openat(AT_FDCWD, PROC_MAPS, O_RDONLY | O_CLOEXEC, 0)) != 0) { while ((read_one_line(fd, map, MAX_LINE)) > 0) { for (int i = 0; i <...

Firstly, thanks for the repo. I wanted to try and get this sample project to run on 32-bit architecture since it would just crash on older devices, so I added...

Thanks for this wonderful package. I have a react native project and I couldn't find any readme for integrating with React Native. Could you point me to tutorial to implement...

Hi! As per the title, can I implement this library in an Ionic/Angular app? If I can, how should I proceed?

Can you tell me how to use your solution in the code of my android project to determine the connection of Frida?

please add support for "armeabi-v7a"