c++filt - Demangle C++ and Java symbols
This commit is contained in:
parent
44300f35af
commit
a02315b716
@ -11,8 +11,7 @@ function revealNativeMethods() {
|
|||||||
switch (symbol.name) {
|
switch (symbol.name) {
|
||||||
case "_ZN3art3JNI21RegisterNativeMethodsEP7_JNIEnvP7_jclassPK15JNINativeMethodib":
|
case "_ZN3art3JNI21RegisterNativeMethodsEP7_JNIEnvP7_jclassPK15JNINativeMethodib":
|
||||||
/*
|
/*
|
||||||
_ZN3art3JNI21RegisterNativeMethodsEP7_JNIEnvP7_jclassPK15JNINativeMethodib
|
$ c++filt "_ZN3art3JNI21RegisterNativeMethodsEP7_JNIEnvP7_jclassPK15JNINativeMethodib"
|
||||||
https://demangler.com/
|
|
||||||
art::JNI::RegisterNativeMethods(_JNIEnv*, _jclass*, JNINativeMethod const*, int, bool)
|
art::JNI::RegisterNativeMethods(_JNIEnv*, _jclass*, JNINativeMethod const*, int, bool)
|
||||||
*/
|
*/
|
||||||
var RegisterNativeMethodsPtr = symbol.address;
|
var RegisterNativeMethodsPtr = symbol.address;
|
||||||
|
Loading…
Reference in New Issue
Block a user