You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: