1 2 3 4 5 6 7 8
#include <stdlib.h> #include "ckb_syscalls.h" int main() { // syscall exec syscall(2043, 2, 3, 0, 0, 0, NULL); return -1; }