We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有没有大佬可以解答这个问题?如果在分析过程中看到JNIEnv->GetStringUtfChars和JNIEnv->ReleaseStringUtfChars,我的理解是这个SO文件打算在C++/C层处理对这个jstring进行一些操作,我想了解的是我应该如何hook这些C++/C处理的函数。是否可以 xHook strncmp strcmp 等等的操作?so文件加过密,暂时无法根据静态分析来判断调用GetStringUtfChars后的操作。我打算看看是否可以通过hook来操作。
JNIEnv->GetStringUtfChars
JNIEnv->ReleaseStringUtfChars
GetStringUtfChars
The text was updated successfully, but these errors were encountered:
No branches or pull requests
有没有大佬可以解答这个问题?如果在分析过程中看到
JNIEnv->GetStringUtfChars
和JNIEnv->ReleaseStringUtfChars
,我的理解是这个SO文件打算在C++/C层处理对这个jstring进行一些操作,我想了解的是我应该如何hook这些C++/C处理的函数。是否可以 xHook strncmp strcmp 等等的操作?so文件加过密,暂时无法根据静态分析来判断调用GetStringUtfChars
后的操作。我打算看看是否可以通过hook来操作。The text was updated successfully, but these errors were encountered: