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

Method push_clear_errno

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

Source from the content-addressed store, hash-verified

254 }
255
256 push_clear_errno() {
257 this.push_call(this.get_gadget('__error'));
258 this.push_gadget('pop rsi; ret');
259 this.push_value(0);
260 this.push_gadget('mov dword ptr [rax], esi; ret');
261 }
262
263 push_get_errno() {
264 this.push_gadget('pop rdi; ret');

Callers

nothing calls this directly

Calls 4

push_valueMethod · 0.95
push_callMethod · 0.45
get_gadgetMethod · 0.45
push_gadgetMethod · 0.45

Tested by

no test coverage detected