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

Method push_get_errno

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

Source from the content-addressed store, hash-verified

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

Callers 1

race_oneFunction · 0.45

Calls 4

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

Tested by

no test coverage detected