We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c52cc5 + b586d4a commit 88d8e37Copy full SHA for 88d8e37
1 file changed
document/en/ps5/exploit.js
@@ -1505,7 +1505,7 @@ async function userland() {
1505
let test_payload_store = p.malloc(0x8);
1506
let pthread_handle_store = p.malloc(0x8);
1507
let pthread_value_store = p.malloc(0x8);
1508
- let args = p.malloc(0x8 * 3);
+ let args = p.malloc(0x8 * 6);
1509
1510
// Pass master/victim pair to payload so it can do read/write
1511
p.write4(rwpair_mem.add32(0x00), master_sock);
0 commit comments