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

jni

Here are 560 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 Apr 13, 2021
  • C
facundominguez
facundominguez commented Feb 26, 2021

Currently, a Haskell program that reports uncaught exceptions in stderr looks like this:

main :: IO ()
main = withJVM [] $ handle (showException >=> Text.hPutStrLn stderr) the_program

The call to handle is cheap enough that it should be made inside of withJVM, making the default behavior the more chatty. Thus, the same behavior could be achieved with

main :

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