Skip to content
New issue

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

android 7.1.1 crash #2

Open
marvinguo opened this issue Mar 25, 2021 · 1 comment
Open

android 7.1.1 crash #2

marvinguo opened this issue Mar 25, 2021 · 1 comment

Comments

@marvinguo
Copy link

在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

@sanfengAndroid
Copy link
Owner

请检查你使用的手机的linker文件的节区符号表名称是否与代码中名称匹配

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants