CENSUS / shadow

jemalloc heap exploitation framework
Other
447 stars 69 forks source link

Android x86 Support #14

Open aguerriero1998 opened 4 years ago

aguerriero1998 commented 4 years ago

Hello,

I am trying to exploit a double free bug on an android emulator as a learning exercise and would like to use shadow to help develop the exploit. I am trying to develop this exploit for Android 9 and there unfortunately is no Android 9 arm emulator available. I was wondering if there was an plans for support Android x86 and if not how would I go about adding support myself? Is it as simple as changing the values and offsets in the android9_32.cfg file to match what is true in the x86 version of jemalloc or would it be more complicated than that.

Thanks