Functionsยง
- emit_
libc_ abort - Emits a call to the libc
void abort()function. - emit_
libc_ free - Emits a call to the libc
void free(void* ptr)function. - emit_
libc_ malloc - Emits a call to the libc
void* malloc(size_t size)function. - emit_
libc_ printf - Emits a call to the libc
int printf(char*, ...)function.