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

Method push_get_retval

g2all/900/rop/900.js:248–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

race_oneFunction · 0.45

Calls 2

push_valueMethod · 0.95
push_gadgetMethod · 0.45

Tested by

no test coverage detected