An open API service indexing awesome lists of open source software.

https://github.com/npryce/jnirn

Generate C code that calls RegisterNatives for JNI code
https://github.com/npryce/jnirn

Last synced: about 1 year ago
JSON representation

Generate C code that calls RegisterNatives for JNI code

Awesome Lists containing this project

README

          

JNI Register Natives
====================

A tool to generate calls to RegisterNatives for JNI code on platforms that do not support dynamic loading of native code.

Also supports native registration of code that has been processed by [ProGuard] - so you can obfuscate both native methods, and java that is called-back from native C code.

[Proguard] http://proguard.sourceforge.net/