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

Method push_get_retval

g2all/900/rop/950.js:250–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248 }
249
250 push_get_retval() {
251 this.push_gadget('pop rdi; ret');
252 this.push_value(this.retval_addr);
253 this.push_gadget('mov qword ptr [rdi], rax; ret');
254 }
255
256 push_clear_errno() {
257 this.push_call(this.get_gadget('__error'));

Callers

nothing calls this directly

Calls 2

push_valueMethod · 0.95
push_gadgetMethod · 0.45

Tested by

no test coverage detected