Skip to content

Instantly share code, notes, and snippets.

@gdannyliao
gdannyliao / jni_binja.h
Created February 20, 2024 08:17 — 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;