MC-box
MC-box
But joern can resolve JNI functions whose return value is JNI type without giving c2cpg any path to the included files: ``` #include #include "engine.h" #include "input.h" #include "math.h" #include...
I tried a c2cpg standalone run with --log-problems and found the following issue: ``` 2024-09-18 22:42:25.906 INFO ParseProblemsLogger: Parse problem 'CASTProblem' occurred! Code: 'JNIEXPORT void JNICALL Java_com_termux_x11_XrActivity_teardown(JNIEnv *env, jobject obj)...
I tried to place those into the file and it work! But is there a more elegant way to make Joern recognize these predefined elements?