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

Function new_evf

g2all/900/lapse.js:753–757  ·  view source on GitHub ↗
(flags)

Source from the content-addressed store, hash-verified

751// FUNCTIONS FOR STAGE: LEAK 0x100 MALLOC ZONE ADDRESS
752
753function new_evf(flags) {
754 const name = cstr('');
755 // int evf_create(char *name, uint32_t attributes, uint64_t flags)
756 return sysi('evf_create', name.addr, 0, flags);
757}
758
759function set_evf_flags(id, flags) {
760 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