android-rooting-tools / android_run_root_shell

569 stars 269 forks source link

SCH-I545 (JSS15J.I545VRUEMJ7) failed #20

Closed hse-zz closed 10 years ago

hse-zz commented 10 years ago

That's Samsung S4 from Verizon.

Kernel is 3.4.0 so put_user should work.

Try copying kernel memory... It will take a long time. Attempt get_user exploit... Search address in memroy... Using kallsyms_in_memroy... prepare_kernel_cred = 0xc00a6fcc commit_creds = 0xc00a6a94 ptmx_fops = 0xc1176cc8 .. Attempt put_user exploit...

fi01 commented 10 years ago

Samsung S4 kernel has customize to restrict rooting. See kernel source for configrations to restrict such as CONFIG_SEC_RESTRICT_ROOTING, CONFIG_SEC_RESTRICT_SETUID and so on.