PS4-3.55-Code-Execution-PoC
PS4-3.55-Code-Execution-PoC copied to clipboard
CE-36329-3 THERE IS NOT ENOUGH FREE SYSTEM MEMORY
i have tried many times to run the exploit with both methods but the result is THERE IS NOT ENOUGH FREE SYSTEM MEMORY. X Enter (OK) O Back and then nothing happens. here is it the log file (sorry for the english) log.txt is says also
Modified arr length = 0x80000000 Found ArrayBufferView in memory! Modified index is 48 !! ERROR: Did not find ArrayBufferView in memory.
From your log it looks like everything is working, although Thunder07's latest commit isn't getting the addresses or sizes for the loaded modules correctly. I'm pretty sure you get the "not enough free system memory" because the javascript thread doesn't exit cleanly after the exploit and ROP chains run.
@maxton is that an issue for you as well?
@Thunder07 Are you certain you're able to get the module base / size from syscall 593? Because I tried it a while back and dumped the entire buffer, and all that information was omitted. https://cryptogenic.github.io/PS4-Playground-3.55/doc/notes.html
at the time of writing yes, it worked on 3.15, perhaps as you stated it was disabled on subsequent updates, but I'd imagine @Fire30 would test the branch before merging, which is also why I asked @maxton if its an issue he's having.