talsec / Free-RASP-Cordova

Cordova plugin for improving app security and threat monitoring on Android and iOS mobile devices.
https://github.com/talsec/Free-RASP-Community
MIT License
19 stars 5 forks source link

16kb page size support #44

Open xavierserrai opened 1 week ago

xavierserrai commented 1 week ago

Dears,

Google is progressively enforcing apps to support devices with 16kb page size:

https://developer.android.com/guide/practices/page-sizes

Following the instructions in the above link I have seen that there are some libraries that are used by Talsec that are not compliant with 16kb page size:

/lib/arm64-v8a/libsecurity.so: \e[31mUNALIGNED\e[0m (212) /lib/arm64-v8a/libpolarssl.so: \e[31mUNALIGNED\e[0m (212) /lib/arm64-v8a/libclib.so: \e[31mUNALIGNED\e[0m (212) /lib/arm64-v8a/libpbkdf2_native.so: \e[31mUNALIGNED\e[0m (212)

The test I passed is described in this section:

https://developer.android.com/guide/practices/page-sizes

Is there any plan to make your libraries support 16kb page size?

Thanks,

msikyna commented 1 week ago

Hello @xavierserrai ,

we are currently working on this support.

Kind regards, Talsec team

xavierserrai commented 6 days ago

Thanks @msikyna