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

aarch64 linux 4.4.1 Frozen screen #16

Open
haiyiyang007 opened this issue Aug 4, 2020 · 0 comments
Open

aarch64 linux 4.4.1 Frozen screen #16

haiyiyang007 opened this issue Aug 4, 2020 · 0 comments

Comments

@haiyiyang007
Copy link

make android-arm KDIR=/lib/modules/uname -r/build HOOKRW=1
insmod suterusu.ko
phenomenon:
Frozen screen,
dmesg --clear && dmesg --follow have not any output.

analyze:
inline void arm_write_hook ( void *target, char *code )
{
memcpy(target, code, HIJACK_SIZE);
cacheflush(target, HIJACK_SIZE);
}
memcpy is root cause.
I am comfused, Would you help me to fix it?

@haiyiyang007 haiyiyang007 changed the title aarch64 linux 4.4.1 aarch64 linux 4.4.1 Frozen screen Aug 4, 2020
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

1 participant