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

Method push_clear_errno

g2all/700/rop/800.js:182–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 }
181
182 push_clear_errno() {
183 this.push_call(this.get_gadget("__error"));
184 this.push_gadget("pop rsi; ret");
185 this.push_value(0);
186 this.push_gadget("mov dword ptr [rax], esi; ret");
187 }
188}
189
190export class Chain800 extends Chain800Base {

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected