MCPcopy Create free account
hub / github.com/Cryptogenic/PS5-IPV6-Kernel-Exploit / push_write4

Method push_write4

document/en/ps5/rop.js:73–79  ·  view source on GitHub ↗

* performs `*dest = value;` in chain

(dest, value)

Source from the content-addressed store, hash-verified

71 * performs `*dest = value;` in chain
72 */
73 push_write4(dest, value) {
74 this.push(gadgets["pop rdi"]);
75 this.push(dest);
76 this.push(gadgets["pop rax"]);
77 this.push(value);
78 this.push(gadgets["mov [rdi], eax"]);
79 }
80
81 /**
82 * performs `*dest = value;` in chain

Callers 5

fake_pktoptsFunction · 0.80
userlandFunction · 0.80
inc_socket_refcountFunction · 0.80
copyoutFunction · 0.80
copyinFunction · 0.80

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected