memo

Ä„how to get temproot by 'getroot'

usageF
push 'getroot' in device, set permission, and execute 'getroot'

> adb push getroot /data/local/tmp
> adb shell
$ cd /data/local/tmp
$ chmod 0755 getroot
$ ./getroot

# use CVE-2013-6282 vulnerability
# kernel start address 0xc0008000
In some cases, modify KERNEL_START_ADDRESS or KERNEL_SIZE in 'getroot.c'

Wyszukiwarka