()
| 164 | } |
| 165 | |
| 166 | push_get_retval() { |
| 167 | this.push_gadget("pop rdi; ret"); |
| 168 | this.push_value(this.retval_addr); |
| 169 | this.push_gadget("mov qword ptr [rdi], rax; ret"); |
| 170 | } |
| 171 | |
| 172 | push_get_errno() { |
| 173 | this.push_gadget("pop rdi; ret"); |
nothing calls this directly
no test coverage detected