You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
haiyiyang007
changed the title
aarch64 linux 4.4.1
aarch64 linux 4.4.1 Frozen screen
Aug 4, 2020
make android-arm KDIR=/lib/modules/
uname -r
/build HOOKRW=1insmod 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?
The text was updated successfully, but these errors were encountered: