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

Method push_get_errno

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

Source from the content-addressed store, hash-verified

261 }
262
263 push_get_errno() {
264 this.push_gadget('pop rdi; ret');
265 this.push_value(this.errno_addr);
266
267 this.push_call(this.get_gadget('__error'));
268
269 this.push_gadget('mov rax, qword ptr [rax]; ret');
270 this.push_gadget('mov dword ptr [rdi], eax; ret');
271 }
272
273 check_stale() {
274 if (this.is_stale) {

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected