mirror of
https://github.com/wiiu-env/JsTypeHax.git
synced 2024-11-22 02:09:15 +01:00
32K stack size seems good !
This commit is contained in:
parent
aede24f975
commit
28851926b8
@ -217,7 +217,7 @@ function UaF(a)
|
||||
|
||||
//prepare payload argument
|
||||
payload_srcaddr = payloadAdress;
|
||||
ROPHEAP = payload_srcaddr + 0x800000;
|
||||
ROPHEAP = payload_srcaddr + _32K;
|
||||
ropgen_pop_r24_to_r31(ROP_OSFatal, ROP_Exit, ROP_OSDynLoad_Acquire, ROP_OSDynLoad_FindExport, ROP_os_snprintf, payload_srcaddr, 8, ROPHEAP);//Setup r24..r31 at the time of payload entry. Basically a "paramblk" in the form of registers, since this is the only available way to do this with the ROP-gadgets currently used by this codebase.
|
||||
|
||||
//Jump on the payload
|
||||
|
Loading…
Reference in New Issue
Block a user