iovyroot
iovyroot copied to clipboard
How can I use this exploit for Devices which do not listed in offset.c file?
I am going to run this exploit in other devices which are not mentioned in offset.c file.
But I do not know what I must do? Can anyone explain for me what is the requirements for this exploit in a new device? thanks in advance.
See the file: https://github.com/dosomder/iovyroot/blob/master/jni/include/offsets.h
For 32bit devices you need the following addresses from kallsyms
ptmx_fops
sidtab
policydb
selinux_enabled
selinux_enforcing
@dosomder Is there some way to extract this data from kernel.elf binary or it can be done only from /proc/kallsyms?
You should be able to find the answers here: https://github.com/dosomder/iovyroot/issues/1