The Wayback Machine - https://web.archive.org/web/20201106144822/https://github.com/topics/jni
Skip to content
#

jni

Here are 527 public repositories matching this topic...

Disassemble ANY files including .so (NDK, JNI), Windows PE(EXE, DLL, SYS, etc), linux binaries, libraries, and any other files such as pictures, audios, etc(for fun)files on Android. Capstone-based disassembler application on android. 안드로이드 NDK 공유 라이브러리, Windows 바이너리, etc,... 리버싱 앱
  • Updated Nov 4, 2020
  • Java
nbacquey
nbacquey commented Oct 16, 2020

Currently, each time an Exception occurs on the Java side, it is caught in JNI.Unsafe.Internal, printed on stderr, and tranformed into a JVMException on the Haskell side, where it is thrown with throwIO.

It's problematic because this printing on stderr occurs even if the exception is caught afterwards, and may clutter stdout, particularly on test cases, where multiple exceptions may be ex

Improve this page

Add a description, image, and links to the jni topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jni topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.