Reverse Engineering – Telegram
Reverse Engineering
4.75K subscribers
106 photos
1 video
18 files
458 links
Everything is open-source.

The official community group: @reverseengineeringz
Download Telegram
The Java Native Interface (JNI) is a foreign function interface programming framework that enables Java code running in a Java virtual machine (JVM) to call and be called by[1] native applications (programs specific to a hardware and operating system platform) and libraries written in other languages such as C, C++ and assembly.

https://en.wikipedia.org/wiki/Java_Native_Interface

https://www3.ntu.edu.sg/home/ehchua/programming/java/JavaNativeInterface.html

https://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/types.html

https://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/functions.html