iovyroot icon indicating copy to clipboard operation
iovyroot copied to clipboard

How can I use this exploit for Devices which do not listed in offset.c file?

Open TirelessMan opened this issue 8 years ago • 3 comments

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.

TirelessMan avatar Oct 03 '16 10:10 TirelessMan

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 avatar Oct 03 '16 19:10 dosomder

@dosomder Is there some way to extract this data from kernel.elf binary or it can be done only from /proc/kallsyms?

ammen99 avatar Nov 02 '16 18:11 ammen99

You should be able to find the answers here: https://github.com/dosomder/iovyroot/issues/1

dskrvk avatar Nov 26 '17 22:11 dskrvk