Skip to content
hugh greene edited this page Jun 20, 2022 · 1 revision

JNA is a Java library used for creating higher level wrappers to JNI. JNA is capable of loading C++ DLLs given all information at runtime by a mechanism similar to external_define in EDL.

LateralGM's ENIGMA Plugin uses JNA to communicate with the ENIGMA DLL.

Clone this wiki locally