intruducer
intruducer copied to clipboard
Android caveat
Hello! Thank you for sharing this cool project.
I'm interested in understanding the following caveat you mention about Android:
When targeting an Android application, both library and second payload binary blob will be copied to its native library directory - changing the security context to u:object_r:apk_data_file:s0 is not enough for the library file.
Specifically, do you think copying the lib to the native library directory could cause problems in terms for breaking app integrity? Or if not, why exactly is this caveat a caveat? Thanks very much!