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

Method push_clear_errno

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

Source from the content-addressed store, hash-verified

252 }
253
254 push_clear_errno() {
255 this.push_call(this.get_gadget('__error'));
256 this.push_gadget('pop rsi; ret');
257 this.push_value(0);
258 this.push_gadget('mov dword ptr [rax], esi; ret');
259 }
260
261 push_get_errno() {
262 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