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
在7.1.1 api 25上运行fake xposed
ProxyLinker::Init();
#if ANDROID_API >= ANDROID_API_N
g_default_namespace_ptr = (android_namespace_t *) symbols.data->elements[5]; g_soinfo_handles_map_ptr = (std::unordered_map<uintptr_t, soinfo *> *) symbols.data->elements[6]; CHECK(g_default_namespace_ptr); CHECK(g_soinfo_handles_map_ptr); LOGV("find linker soinfo: %p, g_ld_debug_verbosity:%p, g_default_namespace: %p, g_soinfo_handles_map: %p, link_image: %p", solist_ptr, g_ld_debug_verbosity_ptr, g_default_namespace_ptr, g_soinfo_handles_map_ptr, link_image_ptr);
linker_globals.cpp:884: Init CHECK 'g_soinfo_handles_map_ptr' failed
The text was updated successfully, but these errors were encountered:
请检查你使用的手机的linker文件的节区符号表名称是否与代码中名称匹配
Sorry, something went wrong.
No branches or pull requests
在7.1.1 api 25上运行fake xposed
ProxyLinker::Init();
#if ANDROID_API >= ANDROID_API_N
linker_globals.cpp:884: Init CHECK 'g_soinfo_handles_map_ptr' failed
The text was updated successfully, but these errors were encountered: