=== Seccomp BPF Analysis: syd_emu ===
--- File Information ---
File: ./bpf/syd_emu.bpf
Size: 2080 bytes
Instructions: 260

--- Disassembled Filter ---
 line  CODE  JT   JF      K
=================================
 0000: 0x20 0x00 0x00 0x00000004  A = arch
 0001: 0x15 0x01 0x00 0xc000003e  if (A == ARCH_X86_64) goto 0003
 0002: 0x06 0x00 0x00 0x80000000  return KILL_PROCESS
 0003: 0x20 0x00 0x00 0x00000000  A = sys_number
 0004: 0x35 0x00 0x01 0x40000000  if (A < 0x40000000) goto 0006
 0005: 0x15 0x00 0xfd 0xffffffff  if (A != 0xffffffff) goto 0259
 0006: 0x20 0x00 0x00 0x00000000  A = sys_number
 0007: 0x25 0x00 0x70 0x000000c7  if (A <= 0xc7) goto 0120
 0008: 0x25 0x00 0x31 0x00000118  if (A <= 0x118) goto 0058
 0009: 0x25 0x00 0x13 0x000001b2  if (A <= 0x1b2) goto 0029
 0010: 0x25 0x00 0x09 0x000001c1  if (A <= 0x1c1) goto 0020
 0011: 0x25 0x00 0x04 0x000001c8  if (A <= 0x1c8) goto 0016
 0012: 0x15 0xf5 0x00 0x000001d2  if (A == 0x1d2) goto 0258
 0013: 0x15 0xf4 0x00 0x000001d1  if (A == 0x1d1) goto 0258
 0014: 0x15 0xf3 0x00 0x000001d0  if (A == 0x1d0) goto 0258
 0015: 0x15 0xf2 0xf3 0x000001cf  if (A == 0x1cf) goto 0258 else goto 0259
 0016: 0x15 0xf1 0x00 0x000001c8  if (A == 0x1c8) goto 0258
 0017: 0x15 0xf0 0x00 0x000001c7  if (A == 0x1c7) goto 0258
 0018: 0x15 0xef 0x00 0x000001c6  if (A == 0x1c6) goto 0258
 0019: 0x15 0xee 0xef 0x000001c4  if (A == 0x1c4) goto 0258 else goto 0259
 0020: 0x25 0x00 0x04 0x000001b7  if (A <= 0x1b7) goto 0025
 0021: 0x15 0xec 0x00 0x000001c1  if (A == 0x1c1) goto 0258
 0022: 0x15 0xeb 0x00 0x000001c0  if (A == 0x1c0) goto 0258
 0023: 0x15 0xea 0x00 0x000001be  if (A == 0x1be) goto 0258
 0024: 0x15 0xe9 0xea 0x000001bc  if (A == 0x1bc) goto 0258 else goto 0259
 0025: 0x15 0xe8 0x00 0x000001b7  if (A == 0x1b7) goto 0258
 0026: 0x15 0xe7 0x00 0x000001b6  if (A == 0x1b6) goto 0258
 0027: 0x15 0xe6 0x00 0x000001b5  if (A == 0x1b5) goto 0258
 0028: 0x15 0xe2 0xe6 0x000001b3  if (A == 0x1b3) goto 0255 else goto 0259
 0029: 0x25 0x00 0x0f 0x00000138  if (A <= 0x138) goto 0045
 0030: 0x25 0x00 0x04 0x00000142  if (A <= 0x142) goto 0035
 0031: 0x15 0xe2 0x00 0x000001b2  if (A == 0x1b2) goto 0258
 0032: 0x15 0xe1 0x00 0x000001a8  if (A == 0x1a8) goto 0258
 0033: 0x15 0xe0 0x00 0x0000014e  if (A == 0x14e) goto 0258
 0034: 0x15 0xdf 0xe0 0x0000014c  if (A == statx) goto 0258 else goto 0259
 0035: 0x15 0x00 0x06 0x00000142  if (A != execveat) goto 0042
 0036: 0x20 0x00 0x00 0x00000034  A = flags >> 32 # execveat(dfd, filename, argv, envp, flags)
 0037: 0x54 0x00 0x00 0x00000000  A &= 0x0
 0038: 0x15 0x00 0xdc 0x00000000  if (A != 0) goto 0259
 0039: 0x20 0x00 0x00 0x00000030  A = flags # execveat(dfd, filename, argv, envp, flags)
 0040: 0x54 0x00 0x00 0x00010000  A &= 0x10000
 0041: 0x15 0xd8 0xd9 0x00010000  if (A == 65536) goto 0258 else goto 0259
 0042: 0x15 0xd7 0x00 0x0000013f  if (A == memfd_create) goto 0258
 0043: 0x15 0xd6 0x00 0x0000013e  if (A == getrandom) goto 0258
 0044: 0x15 0xd5 0xd6 0x0000013c  if (A == renameat2) goto 0258 else goto 0259
 0045: 0x25 0x00 0x04 0x0000012d  if (A <= 0x12d) goto 0050
 0046: 0x15 0xd3 0x00 0x00000138  if (A == kcmp) goto 0258
 0047: 0x15 0xd2 0x00 0x00000137  if (A == process_vm_writev) goto 0258
 0048: 0x15 0xd1 0x00 0x00000136  if (A == process_vm_readv) goto 0258
 0049: 0x15 0xd0 0xd1 0x00000135  if (A == getcpu) goto 0258 else goto 0259
 0050: 0x15 0xcf 0x00 0x0000012d  if (A == fanotify_mark) goto 0258
 0051: 0x15 0x00 0x04 0x00000125  if (A != pipe2) goto 0056
 0052: 0x20 0x00 0x00 0x0000001c  A = flags >> 32 # pipe2(fildes, flags)
 0053: 0x15 0x00 0xcd 0x00000000  if (A != 0x0) goto 0259
 0054: 0x20 0x00 0x00 0x00000018  A = flags # pipe2(fildes, flags)
 0055: 0x15 0xca 0xcb 0x00080000  if (A == 0x80000) goto 0258 else goto 0259
 0056: 0x15 0xc9 0x00 0x00000120  if (A == accept4) goto 0258
 0057: 0x15 0xc8 0xc9 0x0000011d  if (A == fallocate) goto 0258 else goto 0259
 0058: 0x25 0x00 0x2a 0x000000fe  if (A <= 0xfe) goto 0101
 0059: 0x25 0x00 0x0d 0x0000010a  if (A <= 0x10a) goto 0073
 0060: 0x25 0x00 0x04 0x00000111  if (A <= 0x111) goto 0065
 0061: 0x15 0xc4 0x00 0x00000118  if (A == utimensat) goto 0258
 0062: 0x15 0xc3 0x00 0x00000114  if (A == tee) goto 0258
 0063: 0x15 0xc2 0x00 0x00000113  if (A == splice) goto 0258
 0064: 0x15 0xc1 0xc2 0x00000112  if (A == get_robust_list) goto 0258 else goto 0259
 0065: 0x15 0xc0 0x00 0x00000111  if (A == set_robust_list) goto 0258
 0066: 0x15 0x00 0x04 0x00000110  if (A != unshare) goto 0071
 0067: 0x20 0x00 0x00 0x00000014  A = unshare_flags >> 32 # unshare(unshare_flags)
 0068: 0x15 0x00 0xbe 0x00000000  if (A != 0x0) goto 0259
 0069: 0x20 0x00 0x00 0x00000010  A = unshare_flags # unshare(unshare_flags)
 0070: 0x15 0xbb 0xbc 0x00000600  if (A == 0x600) goto 0258 else goto 0259
 0071: 0x15 0xba 0x00 0x0000010c  if (A == fchmodat) goto 0258
 0072: 0x15 0xb9 0xba 0x0000010b  if (A == readlinkat) goto 0258 else goto 0259
 0073: 0x25 0x00 0x04 0x00000104  if (A <= 0x104) goto 0078
 0074: 0x15 0xb7 0x00 0x0000010a  if (A == symlinkat) goto 0258
 0075: 0x15 0xb6 0x00 0x00000109  if (A == linkat) goto 0258
 0076: 0x15 0xb5 0x00 0x00000107  if (A == unlinkat) goto 0258
 0077: 0x15 0xb4 0xb5 0x00000106  if (A == newfstatat) goto 0258 else goto 0259
 0078: 0x15 0xb3 0x00 0x00000104  if (A == fchownat) goto 0258
 0079: 0x15 0xb2 0x00 0x00000103  if (A == mknodat) goto 0258
 0080: 0x15 0xb1 0x00 0x00000102  if (A == mkdirat) goto 0258
 0081: 0x15 0x00 0xb1 0x00000101  if (A != openat) goto 0259
 0082: 0x20 0x00 0x00 0x0000001c  A = filename >> 32 # openat(dfd, filename, flags, mode)
 0083: 0x15 0x00 0xab 0x00005622  if (A != 0x5622) goto 0255
 0084: 0x20 0x00 0x00 0x00000018  A = filename # openat(dfd, filename, flags, mode)
 0085: 0x15 0x00 0xa9 0x6caa577a  if (A != 0x6caa577a) goto 0255
 0086: 0x20 0x00 0x00 0x00000014  A = dfd >> 32 # openat(dfd, filename, flags, mode)
 0087: 0x25 0xa7 0x00 0x00000000  if (A > 0x0) goto 0255
 0088: 0x15 0x00 0x02 0x00000000  if (A != 0x0) goto 0091
 0089: 0x20 0x00 0x00 0x00000010  A = dfd # openat(dfd, filename, flags, mode)
 0090: 0x25 0xa4 0x00 0x7fffffff  if (A > 0x7fffffff) goto 0255
 0091: 0x20 0x00 0x00 0x0000001c  A = filename >> 32 # openat(dfd, filename, flags, mode)
 0092: 0x15 0x00 0xa6 0x00005622  if (A != 0x5622) goto 0259
 0093: 0x20 0x00 0x00 0x00000018  A = filename # openat(dfd, filename, flags, mode)
 0094: 0x15 0x00 0xa4 0x6caa577a  if (A != 0x6caa577a) goto 0259
 0095: 0x20 0x00 0x00 0x00000024  A = flags >> 32 # openat(dfd, filename, flags, mode)
 0096: 0x54 0x00 0x00 0x00000000  A &= 0x0
 0097: 0x15 0x00 0xa1 0x00000000  if (A != 0) goto 0259
 0098: 0x20 0x00 0x00 0x00000020  A = flags # openat(dfd, filename, flags, mode)
 0099: 0x54 0x00 0x00 0x000b0100  A &= 0xb0100
 0100: 0x15 0x9d 0x9e 0x000b0100  if (A == 721152) goto 0258 else goto 0259
 0101: 0x25 0x00 0x09 0x000000df  if (A <= 0xdf) goto 0111
 0102: 0x25 0x00 0x04 0x000000e6  if (A <= 0xe6) goto 0107
 0103: 0x15 0x9a 0x00 0x000000fe  if (A == inotify_add_watch) goto 0258
 0104: 0x15 0x99 0x00 0x000000f7  if (A == waitid) goto 0258
 0105: 0x15 0x98 0x00 0x000000ea  if (A == tgkill) goto 0258
 0106: 0x15 0x97 0x98 0x000000e7  if (A == exit_group) goto 0258 else goto 0259
 0107: 0x15 0x96 0x00 0x000000e6  if (A == clock_nanosleep) goto 0258
 0108: 0x15 0x95 0x00 0x000000e5  if (A == clock_getres) goto 0258
 0109: 0x15 0x94 0x00 0x000000e4  if (A == clock_gettime) goto 0258
 0110: 0x15 0x93 0x94 0x000000e2  if (A == timer_delete) goto 0258 else goto 0259
 0111: 0x25 0x00 0x04 0x000000cc  if (A <= 0xcc) goto 0116
 0112: 0x15 0x91 0x00 0x000000df  if (A == timer_settime) goto 0258
 0113: 0x15 0x90 0x00 0x000000de  if (A == timer_create) goto 0258
 0114: 0x15 0x8f 0x00 0x000000db  if (A == restart_syscall) goto 0258
 0115: 0x15 0x8e 0x8f 0x000000d9  if (A == getdents64) goto 0258 else goto 0259
 0116: 0x15 0x8d 0x00 0x000000cc  if (A == sched_getaffinity) goto 0258
 0117: 0x15 0x8c 0x00 0x000000ca  if (A == futex) goto 0258
 0118: 0x15 0x8b 0x00 0x000000c9  if (A == time) goto 0258
 0119: 0x15 0x8a 0x8b 0x000000c8  if (A == tkill) goto 0258 else goto 0259
 0120: 0x25 0x00 0x36 0x0000003f  if (A <= 0x3f) goto 0175
 0121: 0x25 0x00 0x18 0x00000078  if (A <= 0x78) goto 0146
 0122: 0x25 0x00 0x09 0x000000ba  if (A <= 0xba) goto 0132
 0123: 0x25 0x00 0x04 0x000000c1  if (A <= 0xc1) goto 0128
 0124: 0x15 0x85 0x00 0x000000c7  if (A == fremovexattr) goto 0258
 0125: 0x15 0x84 0x00 0x000000c6  if (A == lremovexattr) goto 0258
 0126: 0x15 0x83 0x00 0x000000c4  if (A == flistxattr) goto 0258
 0127: 0x15 0x82 0x83 0x000000c3  if (A == llistxattr) goto 0258 else goto 0259
 0128: 0x15 0x81 0x00 0x000000c1  if (A == fgetxattr) goto 0258
 0129: 0x15 0x80 0x00 0x000000c0  if (A == lgetxattr) goto 0258
 0130: 0x15 0x7f 0x00 0x000000be  if (A == fsetxattr) goto 0258
 0131: 0x15 0x7e 0x7f 0x000000bd  if (A == lsetxattr) goto 0258 else goto 0259
 0132: 0x25 0x00 0x09 0x0000008a  if (A <= 0x8a) goto 0142
 0133: 0x15 0x7c 0x00 0x000000ba  if (A == gettid) goto 0258
 0134: 0x15 0x00 0x05 0x0000009d  if (A != prctl) goto 0140
 0135: 0x20 0x00 0x00 0x00000014  A = option >> 32 # prctl(option, arg2, arg3, arg4, arg5)
 0136: 0x15 0x00 0x7a 0x00000000  if (A != 0x0) goto 0259
 0137: 0x20 0x00 0x00 0x00000010  A = option # prctl(option, arg2, arg3, arg4, arg5)
 0138: 0x15 0x77 0x00 0x53564d41  if (A == 0x53564d41) goto 0258
 0139: 0x15 0x76 0x77 0x0000000f  if (A == 0xf) goto 0258 else goto 0259
 0140: 0x15 0x75 0x00 0x00000096  if (A == munlock) goto 0258
 0141: 0x15 0x74 0x75 0x00000095  if (A == mlock) goto 0258 else goto 0259
 0142: 0x15 0x73 0x00 0x0000008a  if (A == fstatfs) goto 0258
 0143: 0x15 0x72 0x00 0x00000083  if (A == sigaltstack) goto 0258
 0144: 0x15 0x71 0x00 0x00000080  if (A == rt_sigtimedwait) goto 0258
 0145: 0x15 0x70 0x71 0x00000079  if (A == getpgid) goto 0258 else goto 0259
 0146: 0x25 0x00 0x09 0x00000060  if (A <= 0x60) goto 0156
 0147: 0x25 0x00 0x04 0x0000006c  if (A <= 0x6c) goto 0152
 0148: 0x15 0x6d 0x00 0x00000078  if (A == getresgid) goto 0258
 0149: 0x15 0x6c 0x00 0x00000076  if (A == getresuid) goto 0258
 0150: 0x15 0x6b 0x00 0x00000073  if (A == getgroups) goto 0258
 0151: 0x15 0x6a 0x6b 0x0000006f  if (A == getpgrp) goto 0258 else goto 0259
 0152: 0x15 0x69 0x00 0x0000006c  if (A == getegid) goto 0258
 0153: 0x15 0x68 0x00 0x0000006b  if (A == geteuid) goto 0258
 0154: 0x15 0x67 0x00 0x00000068  if (A == getgid) goto 0258
 0155: 0x15 0x66 0x67 0x00000066  if (A == getuid) goto 0258 else goto 0259
 0156: 0x25 0x00 0x04 0x00000051  if (A <= 0x51) goto 0161
 0157: 0x15 0x64 0x00 0x00000060  if (A == gettimeofday) goto 0258
 0158: 0x15 0x63 0x00 0x0000005f  if (A == umask) goto 0258
 0159: 0x15 0x62 0x00 0x0000005d  if (A == fchown) goto 0258
 0160: 0x15 0x61 0x62 0x0000005b  if (A == fchmod) goto 0258 else goto 0259
 0161: 0x15 0x60 0x00 0x00000051  if (A == fchdir) goto 0258
 0162: 0x15 0x5f 0x00 0x0000004d  if (A == ftruncate) goto 0258
 0163: 0x15 0x5e 0x00 0x0000004c  if (A == truncate) goto 0258
 0164: 0x15 0x00 0x5e 0x00000048  if (A != fcntl) goto 0259
 0165: 0x20 0x00 0x00 0x0000001c  A = cmd >> 32 # fcntl(fd, cmd, arg)
 0166: 0x15 0x00 0x5c 0x00000000  if (A != 0x0) goto 0259
 0167: 0x20 0x00 0x00 0x00000018  A = cmd # fcntl(fd, cmd, arg)
 0168: 0x15 0x59 0x00 0x00000409  if (A == 0x409) goto 0258
 0169: 0x15 0x58 0x00 0x00000026  if (A == 0x26) goto 0258
 0170: 0x15 0x57 0x00 0x00000025  if (A == 0x25) goto 0258
 0171: 0x15 0x56 0x00 0x00000004  if (A == 0x4) goto 0258
 0172: 0x15 0x55 0x00 0x00000003  if (A == 0x3) goto 0258
 0173: 0x15 0x54 0x00 0x00000002  if (A == 0x2) goto 0258
 0174: 0x15 0x53 0x54 0x00000001  if (A == 0x1) goto 0258 else goto 0259
 0175: 0x25 0x00 0x26 0x00000010  if (A <= 0x10) goto 0214
 0176: 0x25 0x00 0x0f 0x0000002a  if (A <= 0x2a) goto 0192
 0177: 0x25 0x00 0x0a 0x00000033  if (A <= 0x33) goto 0188
 0178: 0x15 0x4f 0x00 0x0000003f  if (A == uname) goto 0258
 0179: 0x15 0x4e 0x00 0x0000003c  if (A == exit) goto 0258
 0180: 0x15 0x00 0x06 0x00000038  if (A != clone) goto 0187
 0181: 0x20 0x00 0x00 0x00000014  A = clone_flags >> 32 # clone(clone_flags, newsp, parent_tidptr, child_tidptr, tls)
 0182: 0x54 0x00 0x00 0x00000000  A &= 0x0
 0183: 0x15 0x00 0x4b 0x00000000  if (A != 0) goto 0259
 0184: 0x20 0x00 0x00 0x00000010  A = clone_flags # clone(clone_flags, newsp, parent_tidptr, child_tidptr, tls)
 0185: 0x54 0x00 0x00 0x7e020080  A &= 0x7e020080
 0186: 0x15 0x47 0x48 0x00000000  if (A == 0) goto 0258 else goto 0259
 0187: 0x15 0x46 0x47 0x00000037  if (A == getsockopt) goto 0258 else goto 0259
 0188: 0x15 0x45 0x00 0x00000033  if (A == getsockname) goto 0258
 0189: 0x15 0x44 0x00 0x00000031  if (A == bind) goto 0258
 0190: 0x15 0x43 0x00 0x0000002e  if (A == sendmsg) goto 0258
 0191: 0x15 0x42 0x43 0x0000002c  if (A == sendto) goto 0258 else goto 0259
 0192: 0x25 0x00 0x11 0x0000001c  if (A <= 0x1c) goto 0210
 0193: 0x15 0x40 0x00 0x0000002a  if (A == connect) goto 0258
 0194: 0x15 0x00 0x0d 0x00000029  if (A != socket) goto 0208
 0195: 0x20 0x00 0x00 0x0000001c  A = type >> 32 # socket(family, type, protocol)
 0196: 0x15 0x00 0x03 0x00000000  if (A != 0x0) goto 0200
 0197: 0x20 0x00 0x00 0x00000018  A = type # socket(family, type, protocol)
 0198: 0x15 0x08 0x00 0x0000000a  if (A == 0xa) goto 0207
 0199: 0x15 0x07 0x00 0x00000003  if (A == 0x3) goto 0207
 0200: 0x20 0x00 0x00 0x00000014  A = family >> 32 # socket(family, type, protocol)
 0201: 0x15 0x00 0x39 0x00000000  if (A != 0x0) goto 0259
 0202: 0x20 0x00 0x00 0x00000010  A = family # socket(family, type, protocol)
 0203: 0x15 0x36 0x00 0x00000010  if (A == 0x10) goto 0258
 0204: 0x15 0x35 0x00 0x0000000a  if (A == 0xa) goto 0258
 0205: 0x15 0x34 0x00 0x00000002  if (A == 0x2) goto 0258
 0206: 0x15 0x33 0x34 0x00000001  if (A == 0x1) goto 0258 else goto 0259
 0207: 0x06 0x00 0x00 0x0005000d  return ERRNO(13)
 0208: 0x15 0x31 0x00 0x00000027  if (A == getpid) goto 0258
 0209: 0x15 0x30 0x31 0x00000023  if (A == nanosleep) goto 0258 else goto 0259
 0210: 0x15 0x2f 0x00 0x0000001c  if (A == madvise) goto 0258
 0211: 0x15 0x2e 0x00 0x00000019  if (A == mremap) goto 0258
 0212: 0x15 0x2d 0x00 0x00000018  if (A == sched_yield) goto 0258
 0213: 0x15 0x2c 0x2d 0x00000013  if (A == readv) goto 0258 else goto 0259
 0214: 0x25 0x00 0x21 0x00000008  if (A <= 0x8) goto 0248
 0215: 0x25 0x00 0x1c 0x0000000c  if (A <= 0xc) goto 0244
 0216: 0x15 0x00 0x14 0x00000010  if (A != ioctl) goto 0237
 0217: 0x20 0x00 0x00 0x00000014  A = fd >> 32 # ioctl(fd, cmd, arg)
 0218: 0x15 0x00 0x28 0x00000000  if (A != 0x0) goto 0259
 0219: 0x20 0x00 0x00 0x00000010  A = fd # ioctl(fd, cmd, arg)
 0220: 0x15 0x00 0x26 0x00000291  if (A != 0x291) goto 0259
 0221: 0x20 0x00 0x00 0x0000001c  A = cmd >> 32 # ioctl(fd, cmd, arg)
 0222: 0x15 0x00 0x06 0xffffffff  if (A != 0xffffffff) goto 0229
 0223: 0x20 0x00 0x00 0x00000018  A = cmd # ioctl(fd, cmd, arg)
 0224: 0x15 0x21 0x00 0xc0502100  if (A == 0xc0502100) goto 0258
 0225: 0x15 0x20 0x00 0xc0182101  if (A == 0xc0182101) goto 0258
 0226: 0x15 0x1f 0x00 0x40182103  if (A == 0x40182103) goto 0258
 0227: 0x15 0x1e 0x00 0x40082104  if (A == 0x40082104) goto 0258
 0228: 0x15 0x1d 0x00 0x40082102  if (A == 0x40082102) goto 0258
 0229: 0x20 0x00 0x00 0x0000001c  A = cmd >> 32 # ioctl(fd, cmd, arg)
 0230: 0x15 0x00 0x1c 0x00000000  if (A != 0x0) goto 0259
 0231: 0x20 0x00 0x00 0x00000018  A = cmd # ioctl(fd, cmd, arg)
 0232: 0x15 0x19 0x00 0xc0502100  if (A == 0xc0502100) goto 0258
 0233: 0x15 0x18 0x00 0xc0182101  if (A == 0xc0182101) goto 0258
 0234: 0x15 0x17 0x00 0x40182103  if (A == 0x40182103) goto 0258
 0235: 0x15 0x16 0x00 0x40082104  if (A == 0x40082104) goto 0258
 0236: 0x15 0x15 0x16 0x40082102  if (A == 0x40082102) goto 0258 else goto 0259
 0237: 0x15 0x14 0x00 0x0000000f  if (A == rt_sigreturn) goto 0258
 0238: 0x15 0x13 0x00 0x0000000e  if (A == rt_sigprocmask) goto 0258
 0239: 0x15 0x00 0x13 0x0000000d  if (A != rt_sigaction) goto 0259
 0240: 0x20 0x00 0x00 0x0000001c  A = act >> 32 # rt_sigaction(sig, act, oact, sigsetsize)
 0241: 0x15 0x00 0x11 0x00000000  if (A != 0x0) goto 0259
 0242: 0x20 0x00 0x00 0x00000018  A = act # rt_sigaction(sig, act, oact, sigsetsize)
 0243: 0x15 0x0e 0x0f 0x00000000  if (A == 0x0) goto 0258 else goto 0259
 0244: 0x15 0x0d 0x00 0x0000000c  if (A == brk) goto 0258
 0245: 0x15 0x0c 0x00 0x0000000b  if (A == munmap) goto 0258
 0246: 0x15 0x0b 0x00 0x0000000a  if (A == mprotect) goto 0258
 0247: 0x15 0x0a 0x0b 0x00000009  if (A == mmap) goto 0258 else goto 0259
 0248: 0x25 0x00 0x04 0x00000003  if (A <= 0x3) goto 0253
 0249: 0x15 0x08 0x00 0x00000008  if (A == lseek) goto 0258
 0250: 0x15 0x04 0x00 0x00000006  if (A == lstat) goto 0255
 0251: 0x15 0x06 0x00 0x00000005  if (A == fstat) goto 0258
 0252: 0x15 0x02 0x06 0x00000004  if (A == stat) goto 0255 else goto 0259
 0253: 0x15 0x04 0x00 0x00000003  if (A == close) goto 0258
 0254: 0x15 0x00 0x01 0x00000002  if (A != open) goto 0256
 0255: 0x06 0x00 0x00 0x00050026  return ERRNO(38)
 0256: 0x15 0x01 0x00 0x00000001  if (A == write) goto 0258
 0257: 0x15 0x00 0x01 0x00000000  if (A != read) goto 0259
 0258: 0x06 0x00 0x00 0x7fff0000  return ALLOW
 0259: 0x06 0x00 0x00 0x80000000  return KILL_PROCESS
