Hello to all developers.
I’ve been developing Android apps for years, ever since the early versions of B4A, but this is the first time my app has undergone a security audit using Quokka.
It has analysed the app and flagged the following security vulnerability:
"T102. Medium. Runtime Application Self Protection (RASP) was not detected. Incorporate an open source or paid RASP library"
My question is whether there is already a library (I’ve looked for one but haven’t found it) within B4A, or a way to implement these RASP features in our application.
For those who aren’t aware, the purpose of RASP is to detect the following situations: Root, Debugger,Emulador, APK modificado, Firma APK, Xposed, Magisk, Frida, Hooking
There are free libraries, such as FreeRASP (https://github.com/talsec/Free-RASP-Android), but I wouldn’t know where to start when it comes to including or using it in our projects
Thank you all,
I’ve been developing Android apps for years, ever since the early versions of B4A, but this is the first time my app has undergone a security audit using Quokka.
It has analysed the app and flagged the following security vulnerability:
"T102. Medium. Runtime Application Self Protection (RASP) was not detected. Incorporate an open source or paid RASP library"
My question is whether there is already a library (I’ve looked for one but haven’t found it) within B4A, or a way to implement these RASP features in our application.
For those who aren’t aware, the purpose of RASP is to detect the following situations: Root, Debugger,Emulador, APK modificado, Firma APK, Xposed, Magisk, Frida, Hooking
There are free libraries, such as FreeRASP (https://github.com/talsec/Free-RASP-Android), but I wouldn’t know where to start when it comes to including or using it in our projects
Thank you all,