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 8.0 oneplus 5 #56

Closed
Code89757 opened this issue Jun 5, 2018 · 2 comments
Closed

奔溃 android 8.0 oneplus 5 #56

Code89757 opened this issue Jun 5, 2018 · 2 comments

Comments

@Code89757
Copy link

06-05 18:50:21.345 19595-19595/lab.galaxy.yahfa.demoApp A/libc: Fatal signal 7 (SIGBUS), code 1, fault addr 0x1e14e000000003 in tid 19595 (y.yahfa.demoApp), pid 19595 (y.yahfa.demoApp)

@Code89757
Copy link
Author

Code89757 commented Jun 5, 2018

File:trampoline.c
Line:129

 switch (SDKVersion) {
        case ANDROID_O:
            trampoline1[13] = '\x14'; //10 14 40 f9 ; ldr x16, [x0, #40]
            break;
....
}

是否应该修改一下,比如:

    switch (SDKVersion) {
        case ANDROID_O2:
        case ANDROID_O:
            trampoline1[13] = '\x14'; //10 14 40 f9 ; ldr x16, [x0, #40]
            break;

@rk700
Copy link
Member

rk700 commented Jul 3, 2018

已合并 #57

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