Call to native methods
Call to native methods
Description
List of all calls to methods using Java Native Interface to interact with native code (written in C/C++).
Recommendation
This entry is informative, no recommendations applicable.
Links
- JNI Tips (Android developer)
- JNI04-J. Do not assume that Java strings are null-terminated (CERT Secure Coding)
Standards
- OWASP_MOBILE_TOP_10:
- M7_2024