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

Function new_evf

g2all/700/lapse.js:777–781  ·  view source on GitHub ↗
(flags)

Source from the content-addressed store, hash-verified

775// FUNCTIONS FOR STAGE: LEAK 0x100 MALLOC ZONE ADDRESS
776
777function 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
783function set_evf_flags(id, flags) {
784 sysi("evf_clear", id, 0);

Callers 1

leak_kernel_addrsFunction · 0.70

Calls 2

cstrFunction · 0.90
sysiFunction · 0.70

Tested by

no test coverage detected