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
- Host: GitHub
- URL: https://github.com/npryce/jnirn
- Owner: npryce
- License: apache-2.0
- Created: 2013-07-01T11:52:32.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T10:47:55.000Z (about 12 years ago)
- Last Synced: 2025-01-30T07:28:35.534Z (over 1 year ago)
- Language: Java
- Size: 5.13 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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/