MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / push_get_retval

Method push_get_retval

g2all/700/rop/850.js:166–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 }
165
166 push_get_retval() {
167 this.push_gadget("pop rdi; ret");
168 this.push_value(this.retval_addr);
169 this.push_gadget("mov qword ptr [rdi], rax; ret");
170 }
171
172 push_get_errno() {
173 this.push_gadget("pop rdi; ret");

Callers

nothing calls this directly

Calls 2

push_gadgetMethod · 0.45
push_valueMethod · 0.45

Tested by

no test coverage detected