Skip to content

Instantly share code, notes, and snippets.

@itachi-cracker
itachi-cracker / jni_binja.h
Created January 17, 2024 18:39 — 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;