AndroidNativeEmu
AndroidNativeEmu copied to clipboard
Add ability to call native non-jni functions
It seems that call_symbol
and call_native
can only call java functions, but can't call functions with C type parameters. Hope to improve it