(flags)
| 775 | // FUNCTIONS FOR STAGE: LEAK 0x100 MALLOC ZONE ADDRESS |
| 776 | |
| 777 | function new_evf(flags) { |
| 778 | const name = cstr(""); |
| 779 | // int evf_create(char *name, uint32_t attributes, uint64_t flags) |
| 780 | return sysi("evf_create", name.addr, 0, flags); |
| 781 | } |
| 782 | |
| 783 | function set_evf_flags(id, flags) { |
| 784 | sysi("evf_clear", id, 0); |
no test coverage detected