Skip to content

Instantly share code, notes, and snippets.

@wooffie
wooffie / jni_binja.h
Created April 19, 2024 09:04 — forked from Ayrx/jni_binja.h
JNI header with tweaks for Binary Ninja parser
typedef long jint;
typedef int64_t jlong;
typedef signed char jbyte;
/*
* JNI Types
*/
typedef unsigned char jboolean;
typedef unsigned short jchar;