pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-pwntools: Update to 4.7.0



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Apr 30 12:20:54 2022 +0200
Changeset:	a429a08459a85e6eb233353afd78f8853a2c8a8b

Modified Files:
	py-pwntools/Makefile
	py-pwntools/PLIST
	py-pwntools/distinfo
	py-pwntools/patches/patch-setup.py

Log Message:
py-pwntools: Update to 4.7.0

Changes:
4.7.0
=====
 - Update libc headers -> more syscalls available!
 - add self.message and change sys.exc_type to sys.exec_info() in PwnlibException
 - encoders error message handles when avoid is bytes in python3
 - Keep ROP gadgets when setting registers via setattr/call
 - Silence SIGPIPE error for "pwn phd"
 - Fix bytes warning in "pwn cyclic"
 - Add basic support for RISC-V
 - Add zsh completion script
 - Add bash completion script
 - Defer import of several modules to save on startup time
 - Add basic support for the bare-metal ARM specific toolchain
 - Add shellcraft.*.linux.cat2, which uses alloc+read+write instead of sendfile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a429a08459a85e6eb233353afd78f8853a2c8a8b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-pwntools/Makefile               |    3 +-
 py-pwntools/PLIST                  | 1062 ++++++++++++++++++++++++++++++++++++
 py-pwntools/distinfo               |    8 +-
 py-pwntools/patches/patch-setup.py |   10 -
 4 files changed, 1068 insertions(+), 15 deletions(-)

diffs:
diff --git a/py-pwntools/Makefile b/py-pwntools/Makefile
index b3d80a6047..fb71e4e85d 100644
--- a/py-pwntools/Makefile
+++ b/py-pwntools/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pwntools-4.6.0
+DISTNAME=	pwntools-4.7.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pwntools/}
@@ -37,6 +37,7 @@ post-install:
 	${RM} ${DESTDIR}${PREFIX}/bin/${f}
 .endfor
 	${MV} ${DESTDIR}${PREFIX}/bin/pwn ${DESTDIR}${PREFIX}/bin/pwn${PYVERSSUFFIX}
+	${MV} ${DESTDIR}${PREFIX}/pwntools-doc ${DESTDIR}${PREFIX}/${PYSITELIB}
 
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/egg.mk"
diff --git a/py-pwntools/PLIST b/py-pwntools/PLIST
index 8318d629fb..0ec7c51373 100644
--- a/py-pwntools/PLIST
+++ b/py-pwntools/PLIST
@@ -517,6 +517,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/cat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/cat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/connect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/echo.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/forkexit.asm
@@ -543,10 +544,12 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/adjtimex.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/afs_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/alarm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/arch_specific_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/arm_fadvise64_64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/arm_sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/bdflush.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/bind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/bpf.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/break_.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/brk.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/cachectl.asm
@@ -558,13 +561,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/chmod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/chown.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/chown32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/chroot.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/clock_adjtime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/clock_adjtime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/clock_getres.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/clock_getres_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/clock_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/clock_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/clock_nanosleep.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/clock_nanosleep_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/clock_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/clock_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/clone.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/clone3.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/close.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/connect.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/copy_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/creat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/create_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/delete_module.asm
@@ -581,6 +592,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/epoll_wait_old
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/eventfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/eventfd2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/execve.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/execveat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/exit.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/exit_group.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/faccessat.asm
@@ -599,11 +611,16 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/fcntl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/fcntl64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/fdatasync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/fgetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/finit_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/flistxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/flock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/fork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/fremovexattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/fsconfig.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/fsetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/fsmount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/fsopen.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/fspick.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/fstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/fstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/fstatat.asm
@@ -615,6 +632,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/ftime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/ftruncate.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/ftruncate64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/futex.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/futex_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/futimesat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/get_kernel_syms.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/get_mempolicy.asm
@@ -640,6 +658,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/getpid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/getpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/getppid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/getpriority.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/getrandom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/getresgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/getresgid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/getresuid.asm
@@ -655,6 +674,10 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/getuid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/getuid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/getxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/gtty.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/ia32_arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/ia32_io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/ia32_rseq.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/ia32_statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/idle.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/init_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/inotify_add_watch.asm
@@ -664,14 +687,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/inotify_rm_wat
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/io_cancel.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/io_destroy.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/io_getevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/io_pgetevents_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/io_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/io_submit.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/io_uring_enter.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/io_uring_register.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/io_uring_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/ioctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/ioperm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/iopl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/ioprio_get.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/ioprio_set.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/ipc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/kcmp.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/kexec_file_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/keyctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/kill.asm
@@ -693,6 +723,8 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/lstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/madvise.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/madvise1.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mbind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/membarrier.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/memfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/migrate_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mincore.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mkdir.asm
@@ -700,11 +732,13 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mkdirat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mknod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mknodat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mlock.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mlock2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mmap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mmap2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/modify_ldt.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/move_mount.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/move_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mpx.asm
@@ -712,7 +746,9 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mq_getsetattr.
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mq_notify.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mq_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mq_timedreceive.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mq_timedreceive_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mq_timedsend.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mq_timedsend_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mq_unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/mremap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/msgctl.asm
@@ -723,6 +759,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/msync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/munlock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/munlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/munmap.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/name_to_handle_at.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/nanosleep.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/newfstatat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/nfsservctl.asm
@@ -733,31 +770,46 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/oldolduname.as
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/oldstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/olduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/open_by_handle_at.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/open_tree.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/openat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/openat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pause.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pciconfig_iobase.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pciconfig_read.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pciconfig_write.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/perf_event_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/personality.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pidfd_getfd.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pidfd_open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pidfd_send_signal.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pipe.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pipe2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pivot_root.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pkey_alloc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pkey_free.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pkey_mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/poll.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/ppoll.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/ppoll_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/prctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pread.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pread64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/preadv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/preadv2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/prlimit64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/process_vm_readv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/process_vm_writev.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/prof.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/profil.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pselect6.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pselect6_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/ptrace.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/putpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pwrite.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pwrite64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pwritev.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/pwritev2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/query_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/quotactl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/read.asm
@@ -770,35 +822,44 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/reboot.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/recv.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/recvfrom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/recvmmsg.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/recvmmsg_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/recvmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/remap_file_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/removexattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/rename.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/renameat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/renameat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/request_key.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/reserved221.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/reserved82.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/restart_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/rmdir.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/rseq.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sched_get_priority_max.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sched_get_priority_min.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sched_getaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sched_getattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sched_getparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sched_getscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sched_rr_get_interval.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sched_rr_get_interval_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sched_setaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sched_setattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sched_setparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sched_setscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sched_yield.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/seccomp.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/security.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/select.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/semctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/semget.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/semop.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/semtimedop.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/semtimedop_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/send.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sendfile.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sendfile64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sendmmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sendmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sendto.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/set_mempolicy.asm
@@ -816,6 +877,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/setgroups.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/setgroups32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sethostname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/setitimer.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/setns.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/setpgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/setpriority.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/setregid.asm
@@ -850,6 +912,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sigqueueinfo.a
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sigreturn.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sigsuspend.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sigtimedwait.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sigtimedwait_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/socket.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/socketcall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/socketcall_accept.asm
@@ -876,6 +939,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/stat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/stat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/statfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/statfs64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/stime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/stty.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/swapoff.asm
@@ -885,6 +949,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/symlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sync_file_range2.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/syncfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sys_kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/sysfs.asm
@@ -899,11 +964,15 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/timer_create.a
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/timer_delete.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/timer_getoverrun.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/timer_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/timer_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/timer_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/timer_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/timerfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/timerfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/timerfd_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/timerfd_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/timerfd_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/timerfd_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/times.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/tkill.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/truncate.asm
@@ -919,9 +988,11 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/unlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/unshare.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/uselib.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/userfaultfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/ustat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/utime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/utimensat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/utimensat_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/utimes.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/vfork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/android/syscalls/vhangup.asm
@@ -941,6 +1012,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/freebsd/syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/infloop.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/cat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/cat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/connect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/echo.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/forkexit.asm
@@ -967,10 +1039,12 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/adjtimex.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/afs_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/alarm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/arch_specific_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/arm_fadvise64_64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/arm_sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/bdflush.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/bind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/bpf.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/break_.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/brk.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/cachectl.asm
@@ -982,13 +1056,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/chmod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/chown.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/chown32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/chroot.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/clock_adjtime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/clock_adjtime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/clock_getres.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/clock_getres_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/clock_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/clock_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/clock_nanosleep.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/clock_nanosleep_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/clock_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/clock_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/clone.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/clone3.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/close.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/connect.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/copy_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/creat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/create_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/delete_module.asm
@@ -1005,6 +1087,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/epoll_wait_old.a
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/eventfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/eventfd2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/execve.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/execveat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/exit.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/exit_group.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/faccessat.asm
@@ -1023,11 +1106,16 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/fcntl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/fcntl64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/fdatasync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/fgetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/finit_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/flistxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/flock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/fork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/fremovexattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/fsconfig.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/fsetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/fsmount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/fsopen.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/fspick.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/fstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/fstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/fstatat.asm
@@ -1039,6 +1127,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/ftime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/ftruncate.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/ftruncate64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/futex.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/futex_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/futimesat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/get_kernel_syms.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/get_mempolicy.asm
@@ -1064,6 +1153,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/getpid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/getpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/getppid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/getpriority.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/getrandom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/getresgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/getresgid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/getresuid.asm
@@ -1079,6 +1169,10 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/getuid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/getuid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/getxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/gtty.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/ia32_arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/ia32_io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/ia32_rseq.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/ia32_statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/idle.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/init_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/inotify_add_watch.asm
@@ -1088,14 +1182,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/inotify_rm_watch
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/io_cancel.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/io_destroy.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/io_getevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/io_pgetevents_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/io_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/io_submit.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/io_uring_enter.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/io_uring_register.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/io_uring_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/ioctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/ioperm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/iopl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/ioprio_get.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/ioprio_set.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/ipc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/kcmp.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/kexec_file_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/keyctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/kill.asm
@@ -1117,6 +1218,8 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/lstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/madvise.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/madvise1.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mbind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/membarrier.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/memfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/migrate_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mincore.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mkdir.asm
@@ -1124,11 +1227,13 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mkdirat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mknod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mknodat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mlock.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mlock2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mmap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mmap2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/modify_ldt.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/move_mount.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/move_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mpx.asm
@@ -1136,7 +1241,9 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mq_getsetattr.as
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mq_notify.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mq_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mq_timedreceive.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mq_timedreceive_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mq_timedsend.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mq_timedsend_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mq_unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/mremap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/msgctl.asm
@@ -1147,6 +1254,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/msync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/munlock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/munlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/munmap.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/name_to_handle_at.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/nanosleep.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/newfstatat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/nfsservctl.asm
@@ -1157,31 +1265,46 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/oldolduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/oldstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/olduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/open_by_handle_at.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/open_tree.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/openat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/openat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pause.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pciconfig_iobase.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pciconfig_read.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pciconfig_write.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/perf_event_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/personality.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pidfd_getfd.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pidfd_open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pidfd_send_signal.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pipe.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pipe2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pivot_root.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pkey_alloc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pkey_free.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pkey_mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/poll.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/ppoll.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/ppoll_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/prctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pread.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pread64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/preadv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/preadv2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/prlimit64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/process_vm_readv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/process_vm_writev.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/prof.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/profil.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pselect6.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pselect6_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/ptrace.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/putpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pwrite.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pwrite64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pwritev.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/pwritev2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/query_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/quotactl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/read.asm
@@ -1194,35 +1317,44 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/reboot.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/recv.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/recvfrom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/recvmmsg.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/recvmmsg_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/recvmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/remap_file_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/removexattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/rename.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/renameat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/renameat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/request_key.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/reserved221.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/reserved82.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/restart_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/rmdir.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/rseq.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sched_get_priority_max.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sched_get_priority_min.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sched_getaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sched_getattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sched_getparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sched_getscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sched_rr_get_interval.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sched_rr_get_interval_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sched_setaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sched_setattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sched_setparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sched_setscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sched_yield.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/seccomp.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/security.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/select.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/semctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/semget.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/semop.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/semtimedop.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/semtimedop_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/send.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sendfile.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sendfile64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sendmmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sendmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sendto.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/set_mempolicy.asm
@@ -1240,6 +1372,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/setgroups.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/setgroups32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sethostname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/setitimer.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/setns.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/setpgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/setpriority.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/setregid.asm
@@ -1274,6 +1407,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sigqueueinfo.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sigreturn.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sigsuspend.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sigtimedwait.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sigtimedwait_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/socket.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/socketcall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/socketcall_accept.asm
@@ -1300,6 +1434,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/stat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/stat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/statfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/statfs64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/stime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/stty.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/swapoff.asm
@@ -1309,6 +1444,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/symlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sync_file_range2.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/syncfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sys_kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/sysfs.asm
@@ -1323,11 +1459,15 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/timer_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/timer_delete.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/timer_getoverrun.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/timer_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/timer_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/timer_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/timer_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/timerfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/timerfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/timerfd_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/timerfd_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/timerfd_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/timerfd_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/times.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/tkill.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/truncate.asm
@@ -1343,9 +1483,11 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/unlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/unshare.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/uselib.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/userfaultfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/ustat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/utime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/utimensat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/utimensat_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/utimes.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/vfork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/aarch64/linux/syscalls/vhangup.asm
@@ -1371,6 +1513,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/amd64_to_i386.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/bindsh.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/cat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/cat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/connect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/connectstager.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/dup.asm
@@ -1420,10 +1563,12 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/adjtimex.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/afs_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/alarm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/arch_specific_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/arm_fadvise64_64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/arm_sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/bdflush.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/bind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/bpf.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/break_.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/brk.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/cachectl.asm
@@ -1435,13 +1580,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/chmod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/chown.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/chown32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/chroot.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/clock_adjtime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/clock_adjtime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/clock_getres.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/clock_getres_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/clock_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/clock_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/clock_nanosleep.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/clock_nanosleep_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/clock_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/clock_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/clone.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/clone3.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/close.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/connect.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/copy_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/creat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/create_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/delete_module.asm
@@ -1458,6 +1611,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/epoll_wait_old.a
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/eventfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/eventfd2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/execve.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/execveat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/exit.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/exit_group.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/faccessat.asm
@@ -1476,11 +1630,16 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/fcntl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/fcntl64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/fdatasync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/fgetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/finit_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/flistxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/flock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/fork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/fremovexattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/fsconfig.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/fsetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/fsmount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/fsopen.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/fspick.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/fstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/fstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/fstatat.asm
@@ -1492,6 +1651,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/ftime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/ftruncate.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/ftruncate64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/futex.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/futex_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/futimesat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/get_kernel_syms.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/get_mempolicy.asm
@@ -1517,6 +1677,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/getpid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/getpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/getppid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/getpriority.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/getrandom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/getresgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/getresgid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/getresuid.asm
@@ -1532,6 +1693,10 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/getuid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/getuid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/getxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/gtty.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/ia32_arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/ia32_io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/ia32_rseq.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/ia32_statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/idle.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/init_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/inotify_add_watch.asm
@@ -1541,14 +1706,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/inotify_rm_watch
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/io_cancel.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/io_destroy.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/io_getevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/io_pgetevents_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/io_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/io_submit.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/io_uring_enter.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/io_uring_register.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/io_uring_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/ioctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/ioperm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/iopl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/ioprio_get.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/ioprio_set.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/ipc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/kcmp.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/kexec_file_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/keyctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/kill.asm
@@ -1570,6 +1742,8 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/lstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/madvise.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/madvise1.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mbind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/membarrier.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/memfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/migrate_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mincore.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mkdir.asm
@@ -1577,11 +1751,13 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mkdirat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mknod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mknodat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mlock.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mlock2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mmap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mmap2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/modify_ldt.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/move_mount.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/move_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mpx.asm
@@ -1589,7 +1765,9 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mq_getsetattr.as
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mq_notify.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mq_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mq_timedreceive.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mq_timedreceive_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mq_timedsend.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mq_timedsend_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mq_unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/mremap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/msgctl.asm
@@ -1600,6 +1778,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/msync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/munlock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/munlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/munmap.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/name_to_handle_at.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/nanosleep.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/newfstatat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/nfsservctl.asm
@@ -1610,31 +1789,46 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/oldolduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/oldstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/olduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/open_by_handle_at.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/open_tree.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/openat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/openat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pause.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pciconfig_iobase.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pciconfig_read.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pciconfig_write.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/perf_event_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/personality.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pidfd_getfd.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pidfd_open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pidfd_send_signal.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pipe.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pipe2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pivot_root.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pkey_alloc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pkey_free.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pkey_mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/poll.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/ppoll.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/ppoll_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/prctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pread.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pread64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/preadv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/preadv2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/prlimit64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/process_vm_readv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/process_vm_writev.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/prof.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/profil.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pselect6.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pselect6_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/ptrace.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/putpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pwrite.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pwrite64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pwritev.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/pwritev2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/query_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/quotactl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/read.asm
@@ -1647,35 +1841,44 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/reboot.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/recv.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/recvfrom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/recvmmsg.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/recvmmsg_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/recvmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/remap_file_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/removexattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/rename.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/renameat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/renameat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/request_key.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/reserved221.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/reserved82.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/restart_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/rmdir.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/rseq.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sched_get_priority_max.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sched_get_priority_min.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sched_getaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sched_getattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sched_getparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sched_getscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sched_rr_get_interval.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sched_rr_get_interval_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sched_setaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sched_setattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sched_setparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sched_setscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sched_yield.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/seccomp.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/security.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/select.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/semctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/semget.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/semop.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/semtimedop.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/semtimedop_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/send.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sendfile.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sendfile64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sendmmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sendmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sendto.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/set_mempolicy.asm
@@ -1693,6 +1896,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/setgroups.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/setgroups32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sethostname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/setitimer.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/setns.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/setpgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/setpriority.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/setregid.asm
@@ -1727,6 +1931,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sigqueueinfo.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sigreturn.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sigsuspend.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sigtimedwait.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sigtimedwait_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/socket.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/socketcall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/socketcall_accept.asm
@@ -1753,6 +1958,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/stat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/stat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/statfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/statfs64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/stime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/stty.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/swapoff.asm
@@ -1762,6 +1968,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/symlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sync_file_range2.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/syncfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sys_kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/sysfs.asm
@@ -1776,11 +1983,15 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/timer_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/timer_delete.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/timer_getoverrun.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/timer_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/timer_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/timer_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/timer_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/timerfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/timerfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/timerfd_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/timerfd_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/timerfd_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/timerfd_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/times.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/tkill.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/truncate.asm
@@ -1796,9 +2007,11 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/unlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/unshare.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/uselib.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/userfaultfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/ustat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/utime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/utimensat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/utimensat_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/utimes.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/vfork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/android/syscalls/vhangup.asm
@@ -1821,6 +2034,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/amd64_to_i386.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/bindsh.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/cat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/cat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/connect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/connectstager.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/dup.asm
@@ -1870,10 +2084,12 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/adjtimex.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/afs_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/alarm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/arch_specific_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/arm_fadvise64_64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/arm_sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/bdflush.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/bind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/bpf.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/break_.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/brk.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/cachectl.asm
@@ -1885,13 +2101,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/chmod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/chown.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/chown32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/chroot.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/clock_adjtime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/clock_adjtime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/clock_getres.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/clock_getres_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/clock_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/clock_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/clock_nanosleep.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/clock_nanosleep_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/clock_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/clock_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/clone.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/clone3.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/close.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/connect.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/copy_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/creat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/create_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/delete_module.asm
@@ -1908,6 +2132,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/epoll_wait_old.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/eventfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/eventfd2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/execve.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/execveat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/exit.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/exit_group.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/faccessat.asm
@@ -1926,11 +2151,16 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/fcntl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/fcntl64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/fdatasync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/fgetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/finit_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/flistxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/flock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/fork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/fremovexattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/fsconfig.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/fsetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/fsmount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/fsopen.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/fspick.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/fstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/fstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/fstatat.asm
@@ -1942,6 +2172,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/ftime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/ftruncate.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/ftruncate64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/futex.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/futex_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/futimesat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/get_kernel_syms.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/get_mempolicy.asm
@@ -1967,6 +2198,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/getpid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/getpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/getppid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/getpriority.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/getrandom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/getresgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/getresgid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/getresuid.asm
@@ -1982,6 +2214,10 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/getuid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/getuid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/getxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/gtty.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/ia32_arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/ia32_io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/ia32_rseq.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/ia32_statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/idle.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/init_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/inotify_add_watch.asm
@@ -1991,14 +2227,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/inotify_rm_watch.a
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/io_cancel.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/io_destroy.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/io_getevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/io_pgetevents_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/io_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/io_submit.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/io_uring_enter.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/io_uring_register.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/io_uring_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/ioctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/ioperm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/iopl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/ioprio_get.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/ioprio_set.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/ipc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/kcmp.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/kexec_file_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/keyctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/kill.asm
@@ -2020,6 +2263,8 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/lstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/madvise.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/madvise1.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mbind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/membarrier.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/memfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/migrate_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mincore.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mkdir.asm
@@ -2027,11 +2272,13 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mkdirat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mknod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mknodat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mlock.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mlock2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mmap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mmap2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/modify_ldt.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/move_mount.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/move_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mpx.asm
@@ -2039,7 +2286,9 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mq_getsetattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mq_notify.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mq_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mq_timedreceive.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mq_timedreceive_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mq_timedsend.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mq_timedsend_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mq_unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/mremap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/msgctl.asm
@@ -2050,6 +2299,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/msync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/munlock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/munlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/munmap.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/name_to_handle_at.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/nanosleep.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/newfstatat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/nfsservctl.asm
@@ -2060,31 +2310,46 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/oldolduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/oldstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/olduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/open_by_handle_at.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/open_tree.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/openat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/openat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pause.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pciconfig_iobase.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pciconfig_read.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pciconfig_write.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/perf_event_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/personality.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pidfd_getfd.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pidfd_open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pidfd_send_signal.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pipe.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pipe2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pivot_root.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pkey_alloc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pkey_free.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pkey_mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/poll.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/ppoll.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/ppoll_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/prctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pread.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pread64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/preadv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/preadv2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/prlimit64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/process_vm_readv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/process_vm_writev.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/prof.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/profil.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pselect6.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pselect6_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/ptrace.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/putpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pwrite.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pwrite64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pwritev.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/pwritev2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/query_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/quotactl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/read.asm
@@ -2097,35 +2362,44 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/reboot.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/recv.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/recvfrom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/recvmmsg.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/recvmmsg_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/recvmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/remap_file_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/removexattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/rename.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/renameat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/renameat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/request_key.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/reserved221.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/reserved82.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/restart_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/rmdir.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/rseq.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sched_get_priority_max.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sched_get_priority_min.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sched_getaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sched_getattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sched_getparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sched_getscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sched_rr_get_interval.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sched_rr_get_interval_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sched_setaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sched_setattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sched_setparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sched_setscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sched_yield.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/seccomp.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/security.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/select.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/semctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/semget.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/semop.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/semtimedop.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/semtimedop_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/send.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sendfile.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sendfile64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sendmmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sendmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sendto.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/set_mempolicy.asm
@@ -2143,6 +2417,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/setgroups.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/setgroups32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sethostname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/setitimer.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/setns.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/setpgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/setpriority.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/setregid.asm
@@ -2177,6 +2452,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sigqueueinfo.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sigreturn.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sigsuspend.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sigtimedwait.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sigtimedwait_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/socket.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/socketcall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/socketcall_accept.asm
@@ -2203,6 +2479,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/stat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/stat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/statfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/statfs64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/stime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/stty.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/swapoff.asm
@@ -2212,6 +2489,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/symlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sync_file_range2.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/syncfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sys_kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/sysfs.asm
@@ -2226,11 +2504,15 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/timer_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/timer_delete.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/timer_getoverrun.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/timer_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/timer_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/timer_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/timer_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/timerfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/timerfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/timerfd_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/timerfd_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/timerfd_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/timerfd_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/times.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/tkill.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/truncate.asm
@@ -2246,9 +2528,11 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/unlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/unshare.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/uselib.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/userfaultfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/ustat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/utime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/utimensat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/utimensat_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/utimes.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/vfork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/amd64/linux/syscalls/vhangup.asm
@@ -2280,6 +2564,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/cacheflush.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/cat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/cat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/connect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/dir.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/echo.asm
@@ -2304,10 +2589,12 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/adjtimex.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/afs_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/alarm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/arch_specific_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/arm_fadvise64_64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/arm_sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/bdflush.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/bind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/bpf.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/break_.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/brk.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/cachectl.asm
@@ -2319,13 +2606,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/chmod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/chown.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/chown32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/chroot.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/clock_adjtime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/clock_adjtime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/clock_getres.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/clock_getres_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/clock_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/clock_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/clock_nanosleep.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/clock_nanosleep_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/clock_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/clock_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/clone.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/clone3.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/close.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/connect.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/copy_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/creat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/create_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/delete_module.asm
@@ -2342,6 +2637,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/epoll_wait_old.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/eventfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/eventfd2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/execve.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/execveat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/exit.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/exit_group.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/faccessat.asm
@@ -2360,11 +2656,16 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/fcntl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/fcntl64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/fdatasync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/fgetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/finit_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/flistxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/flock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/fork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/fremovexattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/fsconfig.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/fsetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/fsmount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/fsopen.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/fspick.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/fstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/fstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/fstatat.asm
@@ -2376,6 +2677,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/ftime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/ftruncate.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/ftruncate64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/futex.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/futex_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/futimesat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/get_kernel_syms.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/get_mempolicy.asm
@@ -2401,6 +2703,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/getpid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/getpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/getppid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/getpriority.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/getrandom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/getresgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/getresgid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/getresuid.asm
@@ -2416,6 +2719,10 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/getuid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/getuid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/getxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/gtty.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/ia32_arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/ia32_io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/ia32_rseq.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/ia32_statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/idle.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/init_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/inotify_add_watch.asm
@@ -2425,14 +2732,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/inotify_rm_watch.a
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/io_cancel.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/io_destroy.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/io_getevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/io_pgetevents_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/io_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/io_submit.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/io_uring_enter.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/io_uring_register.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/io_uring_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/ioctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/ioperm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/iopl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/ioprio_get.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/ioprio_set.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/ipc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/kcmp.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/kexec_file_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/keyctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/kill.asm
@@ -2454,6 +2768,8 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/lstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/madvise.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/madvise1.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mbind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/membarrier.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/memfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/migrate_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mincore.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mkdir.asm
@@ -2461,11 +2777,13 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mkdirat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mknod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mknodat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mlock.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mlock2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mmap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mmap2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/modify_ldt.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/move_mount.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/move_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mpx.asm
@@ -2473,7 +2791,9 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mq_getsetattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mq_notify.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mq_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mq_timedreceive.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mq_timedreceive_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mq_timedsend.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mq_timedsend_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mq_unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/mremap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/msgctl.asm
@@ -2484,6 +2804,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/msync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/munlock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/munlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/munmap.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/name_to_handle_at.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/nanosleep.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/newfstatat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/nfsservctl.asm
@@ -2494,31 +2815,46 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/oldolduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/oldstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/olduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/open_by_handle_at.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/open_tree.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/openat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/openat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pause.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pciconfig_iobase.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pciconfig_read.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pciconfig_write.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/perf_event_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/personality.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pidfd_getfd.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pidfd_open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pidfd_send_signal.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pipe.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pipe2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pivot_root.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pkey_alloc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pkey_free.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pkey_mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/poll.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/ppoll.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/ppoll_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/prctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pread.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pread64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/preadv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/preadv2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/prlimit64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/process_vm_readv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/process_vm_writev.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/prof.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/profil.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pselect6.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pselect6_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/ptrace.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/putpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pwrite.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pwrite64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pwritev.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/pwritev2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/query_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/quotactl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/read.asm
@@ -2531,35 +2867,44 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/reboot.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/recv.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/recvfrom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/recvmmsg.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/recvmmsg_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/recvmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/remap_file_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/removexattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/rename.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/renameat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/renameat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/request_key.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/reserved221.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/reserved82.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/restart_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/rmdir.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/rseq.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sched_get_priority_max.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sched_get_priority_min.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sched_getaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sched_getattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sched_getparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sched_getscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sched_rr_get_interval.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sched_rr_get_interval_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sched_setaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sched_setattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sched_setparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sched_setscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sched_yield.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/seccomp.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/security.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/select.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/semctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/semget.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/semop.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/semtimedop.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/semtimedop_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/send.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sendfile.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sendfile64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sendmmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sendmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sendto.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/set_mempolicy.asm
@@ -2577,6 +2922,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/setgroups.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/setgroups32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sethostname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/setitimer.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/setns.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/setpgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/setpriority.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/setregid.asm
@@ -2611,6 +2957,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sigqueueinfo.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sigreturn.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sigsuspend.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sigtimedwait.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sigtimedwait_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/socket.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/socketcall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/socketcall_accept.asm
@@ -2637,6 +2984,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/stat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/stat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/statfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/statfs64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/stime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/stty.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/swapoff.asm
@@ -2646,6 +2994,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/symlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sync_file_range2.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/syncfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sys_kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/sysfs.asm
@@ -2660,11 +3009,15 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/timer_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/timer_delete.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/timer_getoverrun.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/timer_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/timer_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/timer_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/timer_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/timerfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/timerfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/timerfd_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/timerfd_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/timerfd_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/timerfd_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/times.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/tkill.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/truncate.asm
@@ -2680,9 +3033,11 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/unlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/unshare.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/uselib.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/userfaultfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/ustat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/utime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/utimensat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/utimensat_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/utimes.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/vfork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/android/syscalls/vhangup.asm
@@ -2703,6 +3058,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/itoa.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/cacheflush.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/cat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/cat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/connect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/dir.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/echo.asm
@@ -2727,10 +3083,12 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/adjtimex.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/afs_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/alarm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/arch_specific_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/arm_fadvise64_64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/arm_sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/bdflush.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/bind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/bpf.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/break_.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/brk.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/cachectl.asm
@@ -2742,13 +3100,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/chmod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/chown.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/chown32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/chroot.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/clock_adjtime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/clock_adjtime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/clock_getres.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/clock_getres_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/clock_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/clock_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/clock_nanosleep.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/clock_nanosleep_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/clock_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/clock_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/clone.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/clone3.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/close.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/connect.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/copy_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/creat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/create_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/delete_module.asm
@@ -2765,6 +3131,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/epoll_wait_old.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/eventfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/eventfd2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/execve.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/execveat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/exit.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/exit_group.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/faccessat.asm
@@ -2783,11 +3150,16 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/fcntl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/fcntl64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/fdatasync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/fgetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/finit_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/flistxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/flock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/fork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/fremovexattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/fsconfig.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/fsetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/fsmount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/fsopen.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/fspick.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/fstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/fstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/fstatat.asm
@@ -2799,6 +3171,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/ftime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/ftruncate.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/ftruncate64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/futex.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/futex_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/futimesat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/get_kernel_syms.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/get_mempolicy.asm
@@ -2824,6 +3197,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/getpid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/getpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/getppid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/getpriority.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/getrandom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/getresgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/getresgid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/getresuid.asm
@@ -2839,6 +3213,10 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/getuid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/getuid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/getxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/gtty.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/ia32_arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/ia32_io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/ia32_rseq.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/ia32_statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/idle.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/init_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/inotify_add_watch.asm
@@ -2848,14 +3226,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/inotify_rm_watch.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/io_cancel.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/io_destroy.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/io_getevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/io_pgetevents_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/io_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/io_submit.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/io_uring_enter.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/io_uring_register.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/io_uring_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/ioctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/ioperm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/iopl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/ioprio_get.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/ioprio_set.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/ipc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/kcmp.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/kexec_file_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/keyctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/kill.asm
@@ -2877,6 +3262,8 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/lstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/madvise.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/madvise1.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mbind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/membarrier.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/memfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/migrate_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mincore.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mkdir.asm
@@ -2884,11 +3271,13 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mkdirat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mknod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mknodat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mlock.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mlock2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mmap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mmap2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/modify_ldt.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/move_mount.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/move_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mpx.asm
@@ -2896,7 +3285,9 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mq_getsetattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mq_notify.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mq_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mq_timedreceive.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mq_timedreceive_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mq_timedsend.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mq_timedsend_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mq_unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/mremap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/msgctl.asm
@@ -2907,6 +3298,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/msync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/munlock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/munlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/munmap.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/name_to_handle_at.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/nanosleep.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/newfstatat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/nfsservctl.asm
@@ -2917,31 +3309,46 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/oldolduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/oldstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/olduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/open_by_handle_at.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/open_tree.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/openat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/openat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pause.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pciconfig_iobase.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pciconfig_read.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pciconfig_write.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/perf_event_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/personality.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pidfd_getfd.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pidfd_open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pidfd_send_signal.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pipe.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pipe2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pivot_root.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pkey_alloc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pkey_free.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pkey_mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/poll.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/ppoll.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/ppoll_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/prctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pread.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pread64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/preadv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/preadv2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/prlimit64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/process_vm_readv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/process_vm_writev.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/prof.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/profil.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pselect6.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pselect6_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/ptrace.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/putpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pwrite.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pwrite64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pwritev.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/pwritev2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/query_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/quotactl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/read.asm
@@ -2954,35 +3361,44 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/reboot.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/recv.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/recvfrom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/recvmmsg.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/recvmmsg_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/recvmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/remap_file_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/removexattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/rename.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/renameat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/renameat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/request_key.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/reserved221.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/reserved82.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/restart_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/rmdir.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/rseq.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sched_get_priority_max.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sched_get_priority_min.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sched_getaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sched_getattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sched_getparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sched_getscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sched_rr_get_interval.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sched_rr_get_interval_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sched_setaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sched_setattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sched_setparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sched_setscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sched_yield.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/seccomp.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/security.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/select.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/semctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/semget.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/semop.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/semtimedop.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/semtimedop_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/send.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sendfile.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sendfile64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sendmmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sendmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sendto.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/set_mempolicy.asm
@@ -3000,6 +3416,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/setgroups.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/setgroups32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sethostname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/setitimer.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/setns.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/setpgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/setpriority.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/setregid.asm
@@ -3034,6 +3451,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sigqueueinfo.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sigreturn.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sigsuspend.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sigtimedwait.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sigtimedwait_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/socket.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/socketcall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/socketcall_accept.asm
@@ -3060,6 +3478,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/stat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/stat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/statfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/statfs64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/stime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/stty.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/swapoff.asm
@@ -3069,6 +3488,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/symlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sync_file_range2.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/syncfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sys_kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/sysfs.asm
@@ -3083,11 +3503,15 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/timer_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/timer_delete.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/timer_getoverrun.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/timer_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/timer_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/timer_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/timer_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/timerfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/timerfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/timerfd_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/timerfd_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/timerfd_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/timerfd_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/times.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/tkill.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/truncate.asm
@@ -3103,9 +3527,11 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/unlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/unshare.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/uselib.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/userfaultfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/ustat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/utime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/utimensat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/utimensat_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/utimes.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/vfork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/arm/linux/syscalls/vhangup.asm
@@ -3148,10 +3574,12 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/adjtimex.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/afs_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/alarm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/arch_specific_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/arm_fadvise64_64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/arm_sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/bdflush.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/bind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/bpf.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/break_.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/brk.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/cachectl.asm
@@ -3163,13 +3591,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/chmod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/chown.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/chown32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/chroot.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/clock_adjtime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/clock_adjtime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/clock_getres.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/clock_getres_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/clock_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/clock_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/clock_nanosleep.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/clock_nanosleep_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/clock_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/clock_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/clone.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/clone3.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/close.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/connect.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/copy_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/creat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/create_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/delete_module.asm
@@ -3186,6 +3622,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/epoll_wait_old.as
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/eventfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/eventfd2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/execve.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/execveat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/exit.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/exit_group.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/faccessat.asm
@@ -3204,11 +3641,16 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/fcntl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/fcntl64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/fdatasync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/fgetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/finit_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/flistxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/flock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/fork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/fremovexattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/fsconfig.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/fsetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/fsmount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/fsopen.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/fspick.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/fstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/fstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/fstatat.asm
@@ -3220,6 +3662,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/ftime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/ftruncate.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/ftruncate64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/futex.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/futex_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/futimesat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/get_kernel_syms.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/get_mempolicy.asm
@@ -3245,6 +3688,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/getpid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/getpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/getppid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/getpriority.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/getrandom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/getresgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/getresgid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/getresuid.asm
@@ -3260,6 +3704,10 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/getuid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/getuid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/getxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/gtty.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/ia32_arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/ia32_io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/ia32_rseq.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/ia32_statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/idle.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/init_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/inotify_add_watch.asm
@@ -3269,14 +3717,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/inotify_rm_watch.
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/io_cancel.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/io_destroy.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/io_getevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/io_pgetevents_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/io_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/io_submit.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/io_uring_enter.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/io_uring_register.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/io_uring_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/ioctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/ioperm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/iopl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/ioprio_get.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/ioprio_set.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/ipc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/kcmp.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/kexec_file_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/keyctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/kill.asm
@@ -3298,6 +3753,8 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/lstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/madvise.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/madvise1.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mbind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/membarrier.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/memfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/migrate_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mincore.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mkdir.asm
@@ -3305,11 +3762,13 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mkdirat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mknod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mknodat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mlock.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mlock2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mmap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mmap2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/modify_ldt.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/move_mount.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/move_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mpx.asm
@@ -3317,7 +3776,9 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mq_getsetattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mq_notify.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mq_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mq_timedreceive.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mq_timedreceive_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mq_timedsend.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mq_timedsend_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mq_unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/mremap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/msgctl.asm
@@ -3328,6 +3789,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/msync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/munlock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/munlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/munmap.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/name_to_handle_at.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/nanosleep.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/newfstatat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/nfsservctl.asm
@@ -3338,31 +3800,46 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/oldolduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/oldstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/olduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/open_by_handle_at.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/open_tree.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/openat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/openat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pause.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pciconfig_iobase.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pciconfig_read.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pciconfig_write.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/perf_event_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/personality.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pidfd_getfd.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pidfd_open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pidfd_send_signal.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pipe.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pipe2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pivot_root.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pkey_alloc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pkey_free.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pkey_mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/poll.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/ppoll.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/ppoll_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/prctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pread.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pread64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/preadv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/preadv2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/prlimit64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/process_vm_readv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/process_vm_writev.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/prof.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/profil.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pselect6.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pselect6_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/ptrace.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/putpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pwrite.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pwrite64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pwritev.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/pwritev2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/query_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/quotactl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/read.asm
@@ -3375,35 +3852,44 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/reboot.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/recv.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/recvfrom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/recvmmsg.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/recvmmsg_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/recvmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/remap_file_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/removexattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/rename.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/renameat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/renameat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/request_key.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/reserved221.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/reserved82.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/restart_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/rmdir.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/rseq.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sched_get_priority_max.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sched_get_priority_min.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sched_getaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sched_getattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sched_getparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sched_getscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sched_rr_get_interval.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sched_rr_get_interval_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sched_setaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sched_setattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sched_setparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sched_setscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sched_yield.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/seccomp.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/security.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/select.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/semctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/semget.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/semop.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/semtimedop.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/semtimedop_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/send.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sendfile.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sendfile64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sendmmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sendmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sendto.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/set_mempolicy.asm
@@ -3421,6 +3907,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/setgroups.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/setgroups32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sethostname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/setitimer.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/setns.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/setpgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/setpriority.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/setregid.asm
@@ -3455,6 +3942,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sigqueueinfo.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sigreturn.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sigsuspend.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sigtimedwait.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sigtimedwait_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/socket.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/socketcall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/socketcall_accept.asm
@@ -3481,6 +3969,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/stat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/stat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/statfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/statfs64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/stime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/stty.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/swapoff.asm
@@ -3490,6 +3979,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/symlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sync_file_range2.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/syncfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sys_kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/sysfs.asm
@@ -3504,11 +3994,15 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/timer_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/timer_delete.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/timer_getoverrun.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/timer_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/timer_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/timer_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/timer_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/timerfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/timerfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/timerfd_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/timerfd_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/timerfd_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/timerfd_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/times.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/tkill.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/truncate.asm
@@ -3524,9 +4018,11 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/unlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/unshare.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/uselib.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/userfaultfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/ustat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/utime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/utimensat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/utimensat_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/utimes.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/vfork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/common/linux/syscalls/vhangup.asm
@@ -3543,6 +4039,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/acceptloop_ipv4.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/cat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/cat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/connect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/connectstager.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/dir.asm
@@ -3586,10 +4083,12 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/adjtimex.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/afs_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/alarm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/arch_specific_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/arm_fadvise64_64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/arm_sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/bdflush.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/bind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/bpf.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/break_.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/brk.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/cachectl.asm
@@ -3601,13 +4100,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/chmod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/chown.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/chown32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/chroot.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/clock_adjtime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/clock_adjtime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/clock_getres.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/clock_getres_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/clock_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/clock_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/clock_nanosleep.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/clock_nanosleep_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/clock_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/clock_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/clone.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/clone3.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/close.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/connect.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/copy_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/creat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/create_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/delete_module.asm
@@ -3624,6 +4131,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/epoll_wait_old.as
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/eventfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/eventfd2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/execve.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/execveat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/exit.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/exit_group.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/faccessat.asm
@@ -3642,11 +4150,16 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/fcntl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/fcntl64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/fdatasync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/fgetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/finit_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/flistxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/flock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/fork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/fremovexattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/fsconfig.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/fsetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/fsmount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/fsopen.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/fspick.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/fstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/fstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/fstatat.asm
@@ -3658,6 +4171,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/ftime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/ftruncate.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/ftruncate64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/futex.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/futex_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/futimesat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/get_kernel_syms.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/get_mempolicy.asm
@@ -3683,6 +4197,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/getpid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/getpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/getppid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/getpriority.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/getrandom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/getresgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/getresgid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/getresuid.asm
@@ -3698,6 +4213,10 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/getuid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/getuid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/getxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/gtty.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/ia32_arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/ia32_io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/ia32_rseq.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/ia32_statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/idle.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/init_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/inotify_add_watch.asm
@@ -3707,14 +4226,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/inotify_rm_watch.
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/io_cancel.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/io_destroy.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/io_getevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/io_pgetevents_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/io_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/io_submit.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/io_uring_enter.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/io_uring_register.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/io_uring_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/ioctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/ioperm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/iopl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/ioprio_get.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/ioprio_set.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/ipc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/kcmp.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/kexec_file_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/keyctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/kill.asm
@@ -3736,6 +4262,8 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/lstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/madvise.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/madvise1.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mbind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/membarrier.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/memfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/migrate_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mincore.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mkdir.asm
@@ -3743,11 +4271,13 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mkdirat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mknod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mknodat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mlock.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mlock2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mmap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mmap2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/modify_ldt.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/move_mount.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/move_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mpx.asm
@@ -3755,7 +4285,9 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mq_getsetattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mq_notify.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mq_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mq_timedreceive.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mq_timedreceive_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mq_timedsend.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mq_timedsend_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mq_unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/mremap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/msgctl.asm
@@ -3766,6 +4298,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/msync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/munlock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/munlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/munmap.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/name_to_handle_at.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/nanosleep.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/newfstatat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/nfsservctl.asm
@@ -3776,31 +4309,46 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/oldolduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/oldstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/olduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/open_by_handle_at.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/open_tree.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/openat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/openat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pause.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pciconfig_iobase.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pciconfig_read.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pciconfig_write.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/perf_event_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/personality.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pidfd_getfd.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pidfd_open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pidfd_send_signal.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pipe.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pipe2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pivot_root.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pkey_alloc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pkey_free.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pkey_mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/poll.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/ppoll.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/ppoll_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/prctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pread.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pread64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/preadv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/preadv2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/prlimit64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/process_vm_readv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/process_vm_writev.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/prof.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/profil.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pselect6.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pselect6_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/ptrace.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/putpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pwrite.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pwrite64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pwritev.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/pwritev2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/query_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/quotactl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/read.asm
@@ -3813,35 +4361,44 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/reboot.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/recv.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/recvfrom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/recvmmsg.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/recvmmsg_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/recvmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/remap_file_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/removexattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/rename.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/renameat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/renameat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/request_key.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/reserved221.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/reserved82.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/restart_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/rmdir.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/rseq.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sched_get_priority_max.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sched_get_priority_min.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sched_getaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sched_getattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sched_getparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sched_getscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sched_rr_get_interval.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sched_rr_get_interval_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sched_setaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sched_setattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sched_setparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sched_setscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sched_yield.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/seccomp.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/security.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/select.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/semctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/semget.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/semop.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/semtimedop.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/semtimedop_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/send.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sendfile.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sendfile64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sendmmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sendmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sendto.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/set_mempolicy.asm
@@ -3859,6 +4416,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/setgroups.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/setgroups32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sethostname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/setitimer.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/setns.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/setpgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/setpriority.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/setregid.asm
@@ -3893,6 +4451,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sigqueueinfo.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sigreturn.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sigsuspend.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sigtimedwait.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sigtimedwait_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/socket.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/socketcall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/socketcall_accept.asm
@@ -3919,6 +4478,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/stat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/stat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/statfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/statfs64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/stime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/stty.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/swapoff.asm
@@ -3928,6 +4488,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/symlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sync_file_range2.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/syncfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sys_kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/sysfs.asm
@@ -3942,11 +4503,15 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/timer_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/timer_delete.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/timer_getoverrun.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/timer_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/timer_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/timer_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/timer_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/timerfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/timerfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/timerfd_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/timerfd_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/timerfd_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/timerfd_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/times.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/tkill.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/truncate.asm
@@ -3962,9 +4527,11 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/unlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/unshare.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/uselib.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/userfaultfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/ustat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/utime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/utimensat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/utimensat_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/utimes.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/vfork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/android/syscalls/vhangup.asm
@@ -4003,6 +4570,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/itoa.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/acceptloop_ipv4.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/cat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/cat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/connect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/connectstager.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/dir.asm
@@ -4046,10 +4614,12 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/adjtimex.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/afs_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/alarm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/arch_specific_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/arm_fadvise64_64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/arm_sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/bdflush.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/bind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/bpf.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/break_.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/brk.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/cachectl.asm
@@ -4061,13 +4631,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/chmod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/chown.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/chown32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/chroot.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/clock_adjtime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/clock_adjtime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/clock_getres.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/clock_getres_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/clock_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/clock_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/clock_nanosleep.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/clock_nanosleep_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/clock_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/clock_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/clone.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/clone3.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/close.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/connect.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/copy_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/creat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/create_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/delete_module.asm
@@ -4084,6 +4662,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/epoll_wait_old.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/eventfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/eventfd2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/execve.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/execveat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/exit.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/exit_group.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/faccessat.asm
@@ -4102,11 +4681,16 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/fcntl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/fcntl64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/fdatasync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/fgetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/finit_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/flistxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/flock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/fork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/fremovexattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/fsconfig.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/fsetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/fsmount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/fsopen.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/fspick.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/fstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/fstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/fstatat.asm
@@ -4118,6 +4702,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/ftime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/ftruncate.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/ftruncate64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/futex.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/futex_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/futimesat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/get_kernel_syms.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/get_mempolicy.asm
@@ -4143,6 +4728,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/getpid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/getpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/getppid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/getpriority.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/getrandom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/getresgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/getresgid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/getresuid.asm
@@ -4158,6 +4744,10 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/getuid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/getuid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/getxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/gtty.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/ia32_arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/ia32_io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/ia32_rseq.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/ia32_statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/idle.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/init_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/inotify_add_watch.asm
@@ -4167,14 +4757,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/inotify_rm_watch.as
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/io_cancel.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/io_destroy.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/io_getevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/io_pgetevents_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/io_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/io_submit.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/io_uring_enter.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/io_uring_register.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/io_uring_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/ioctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/ioperm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/iopl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/ioprio_get.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/ioprio_set.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/ipc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/kcmp.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/kexec_file_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/keyctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/kill.asm
@@ -4196,6 +4793,8 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/lstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/madvise.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/madvise1.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mbind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/membarrier.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/memfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/migrate_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mincore.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mkdir.asm
@@ -4203,11 +4802,13 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mkdirat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mknod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mknodat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mlock.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mlock2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mmap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mmap2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/modify_ldt.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/move_mount.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/move_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mpx.asm
@@ -4215,7 +4816,9 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mq_getsetattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mq_notify.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mq_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mq_timedreceive.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mq_timedreceive_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mq_timedsend.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mq_timedsend_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mq_unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/mremap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/msgctl.asm
@@ -4226,6 +4829,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/msync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/munlock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/munlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/munmap.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/name_to_handle_at.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/nanosleep.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/newfstatat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/nfsservctl.asm
@@ -4236,31 +4840,46 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/oldolduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/oldstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/olduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/open_by_handle_at.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/open_tree.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/openat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/openat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pause.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pciconfig_iobase.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pciconfig_read.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pciconfig_write.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/perf_event_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/personality.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pidfd_getfd.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pidfd_open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pidfd_send_signal.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pipe.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pipe2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pivot_root.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pkey_alloc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pkey_free.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pkey_mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/poll.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/ppoll.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/ppoll_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/prctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pread.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pread64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/preadv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/preadv2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/prlimit64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/process_vm_readv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/process_vm_writev.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/prof.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/profil.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pselect6.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pselect6_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/ptrace.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/putpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pwrite.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pwrite64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pwritev.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/pwritev2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/query_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/quotactl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/read.asm
@@ -4273,35 +4892,44 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/reboot.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/recv.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/recvfrom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/recvmmsg.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/recvmmsg_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/recvmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/remap_file_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/removexattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/rename.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/renameat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/renameat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/request_key.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/reserved221.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/reserved82.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/restart_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/rmdir.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/rseq.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sched_get_priority_max.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sched_get_priority_min.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sched_getaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sched_getattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sched_getparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sched_getscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sched_rr_get_interval.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sched_rr_get_interval_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sched_setaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sched_setattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sched_setparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sched_setscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sched_yield.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/seccomp.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/security.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/select.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/semctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/semget.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/semop.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/semtimedop.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/semtimedop_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/send.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sendfile.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sendfile64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sendmmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sendmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sendto.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/set_mempolicy.asm
@@ -4319,6 +4947,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/setgroups.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/setgroups32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sethostname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/setitimer.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/setns.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/setpgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/setpriority.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/setregid.asm
@@ -4353,6 +4982,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sigqueueinfo.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sigreturn.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sigsuspend.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sigtimedwait.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sigtimedwait_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/socket.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/socketcall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/socketcall_accept.asm
@@ -4379,6 +5009,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/stat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/stat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/statfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/statfs64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/stime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/stty.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/swapoff.asm
@@ -4388,6 +5019,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/symlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sync_file_range2.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/syncfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sys_kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/sysfs.asm
@@ -4402,11 +5034,15 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/timer_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/timer_delete.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/timer_getoverrun.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/timer_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/timer_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/timer_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/timer_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/timerfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/timerfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/timerfd_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/timerfd_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/timerfd_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/timerfd_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/times.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/tkill.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/truncate.asm
@@ -4422,9 +5058,11 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/unlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/unshare.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/uselib.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/userfaultfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/ustat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/utime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/utimensat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/utimensat_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/utimes.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/vfork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/i386/linux/syscalls/vhangup.asm
@@ -4456,6 +5094,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/bindsh.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/cat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/cat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/connect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/dupio.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/dupsh.asm
@@ -4484,10 +5123,12 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/adjtimex.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/afs_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/alarm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/arch_specific_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/arm_fadvise64_64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/arm_sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/bdflush.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/bind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/bpf.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/break_.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/brk.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/cachectl.asm
@@ -4499,13 +5140,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/chmod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/chown.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/chown32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/chroot.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/clock_adjtime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/clock_adjtime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/clock_getres.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/clock_getres_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/clock_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/clock_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/clock_nanosleep.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/clock_nanosleep_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/clock_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/clock_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/clone.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/clone3.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/close.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/connect.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/copy_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/creat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/create_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/delete_module.asm
@@ -4522,6 +5171,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/epoll_wait_old.as
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/eventfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/eventfd2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/execve.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/execveat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/exit.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/exit_group.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/faccessat.asm
@@ -4540,11 +5190,16 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/fcntl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/fcntl64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/fdatasync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/fgetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/finit_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/flistxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/flock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/fork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/fremovexattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/fsconfig.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/fsetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/fsmount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/fsopen.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/fspick.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/fstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/fstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/fstatat.asm
@@ -4556,6 +5211,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/ftime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/ftruncate.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/ftruncate64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/futex.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/futex_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/futimesat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/get_kernel_syms.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/get_mempolicy.asm
@@ -4581,6 +5237,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/getpid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/getpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/getppid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/getpriority.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/getrandom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/getresgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/getresgid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/getresuid.asm
@@ -4596,6 +5253,10 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/getuid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/getuid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/getxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/gtty.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/ia32_arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/ia32_io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/ia32_rseq.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/ia32_statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/idle.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/init_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/inotify_add_watch.asm
@@ -4605,14 +5266,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/inotify_rm_watch.
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/io_cancel.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/io_destroy.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/io_getevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/io_pgetevents_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/io_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/io_submit.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/io_uring_enter.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/io_uring_register.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/io_uring_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/ioctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/ioperm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/iopl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/ioprio_get.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/ioprio_set.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/ipc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/kcmp.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/kexec_file_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/keyctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/kill.asm
@@ -4634,6 +5302,8 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/lstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/madvise.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/madvise1.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mbind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/membarrier.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/memfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/migrate_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mincore.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mkdir.asm
@@ -4641,11 +5311,13 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mkdirat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mknod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mknodat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mlock.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mlock2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mmap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mmap2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/modify_ldt.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/move_mount.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/move_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mpx.asm
@@ -4653,7 +5325,9 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mq_getsetattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mq_notify.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mq_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mq_timedreceive.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mq_timedreceive_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mq_timedsend.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mq_timedsend_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mq_unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/mremap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/msgctl.asm
@@ -4664,6 +5338,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/msync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/munlock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/munlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/munmap.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/name_to_handle_at.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/nanosleep.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/newfstatat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/nfsservctl.asm
@@ -4674,31 +5349,46 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/oldolduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/oldstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/olduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/open_by_handle_at.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/open_tree.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/openat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/openat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pause.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pciconfig_iobase.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pciconfig_read.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pciconfig_write.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/perf_event_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/personality.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pidfd_getfd.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pidfd_open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pidfd_send_signal.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pipe.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pipe2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pivot_root.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pkey_alloc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pkey_free.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pkey_mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/poll.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/ppoll.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/ppoll_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/prctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pread.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pread64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/preadv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/preadv2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/prlimit64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/process_vm_readv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/process_vm_writev.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/prof.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/profil.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pselect6.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pselect6_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/ptrace.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/putpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pwrite.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pwrite64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pwritev.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/pwritev2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/query_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/quotactl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/read.asm
@@ -4711,35 +5401,44 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/reboot.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/recv.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/recvfrom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/recvmmsg.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/recvmmsg_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/recvmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/remap_file_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/removexattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/rename.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/renameat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/renameat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/request_key.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/reserved221.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/reserved82.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/restart_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/rmdir.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/rseq.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sched_get_priority_max.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sched_get_priority_min.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sched_getaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sched_getattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sched_getparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sched_getscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sched_rr_get_interval.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sched_rr_get_interval_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sched_setaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sched_setattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sched_setparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sched_setscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sched_yield.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/seccomp.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/security.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/select.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/semctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/semget.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/semop.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/semtimedop.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/semtimedop_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/send.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sendfile.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sendfile64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sendmmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sendmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sendto.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/set_mempolicy.asm
@@ -4757,6 +5456,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/setgroups.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/setgroups32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sethostname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/setitimer.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/setns.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/setpgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/setpriority.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/setregid.asm
@@ -4791,6 +5491,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sigqueueinfo.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sigreturn.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sigsuspend.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sigtimedwait.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sigtimedwait_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/socket.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/socketcall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/socketcall_accept.asm
@@ -4817,6 +5518,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/stat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/stat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/statfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/statfs64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/stime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/stty.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/swapoff.asm
@@ -4826,6 +5528,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/symlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sync_file_range2.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/syncfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sys_kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/sysfs.asm
@@ -4840,11 +5543,15 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/timer_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/timer_delete.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/timer_getoverrun.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/timer_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/timer_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/timer_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/timer_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/timerfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/timerfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/timerfd_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/timerfd_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/timerfd_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/timerfd_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/times.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/tkill.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/truncate.asm
@@ -4860,9 +5567,11 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/unlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/unshare.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/uselib.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/userfaultfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/ustat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/utime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/utimensat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/utimensat_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/utimes.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/vfork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/android/syscalls/vhangup.asm
@@ -4880,6 +5589,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/freebsd/syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/bindsh.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/cat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/cat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/connect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/dupio.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/dupsh.asm
@@ -4908,10 +5618,12 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/adjtimex.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/afs_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/alarm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/arch_specific_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/arm_fadvise64_64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/arm_sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/bdflush.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/bind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/bpf.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/break_.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/brk.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/cachectl.asm
@@ -4923,13 +5635,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/chmod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/chown.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/chown32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/chroot.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/clock_adjtime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/clock_adjtime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/clock_getres.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/clock_getres_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/clock_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/clock_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/clock_nanosleep.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/clock_nanosleep_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/clock_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/clock_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/clone.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/clone3.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/close.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/connect.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/copy_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/creat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/create_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/delete_module.asm
@@ -4946,6 +5666,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/epoll_wait_old.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/eventfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/eventfd2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/execve.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/execveat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/exit.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/exit_group.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/faccessat.asm
@@ -4964,11 +5685,16 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/fcntl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/fcntl64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/fdatasync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/fgetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/finit_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/flistxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/flock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/fork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/fremovexattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/fsconfig.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/fsetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/fsmount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/fsopen.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/fspick.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/fstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/fstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/fstatat.asm
@@ -4980,6 +5706,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/ftime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/ftruncate.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/ftruncate64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/futex.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/futex_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/futimesat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/get_kernel_syms.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/get_mempolicy.asm
@@ -5005,6 +5732,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/getpid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/getpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/getppid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/getpriority.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/getrandom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/getresgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/getresgid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/getresuid.asm
@@ -5020,6 +5748,10 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/getuid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/getuid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/getxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/gtty.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/ia32_arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/ia32_io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/ia32_rseq.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/ia32_statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/idle.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/init_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/inotify_add_watch.asm
@@ -5029,14 +5761,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/inotify_rm_watch.as
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/io_cancel.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/io_destroy.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/io_getevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/io_pgetevents_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/io_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/io_submit.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/io_uring_enter.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/io_uring_register.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/io_uring_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/ioctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/ioperm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/iopl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/ioprio_get.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/ioprio_set.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/ipc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/kcmp.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/kexec_file_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/keyctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/kill.asm
@@ -5058,6 +5797,8 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/lstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/madvise.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/madvise1.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mbind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/membarrier.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/memfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/migrate_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mincore.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mkdir.asm
@@ -5065,11 +5806,13 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mkdirat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mknod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mknodat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mlock.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mlock2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mmap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mmap2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/modify_ldt.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/move_mount.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/move_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mpx.asm
@@ -5077,7 +5820,9 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mq_getsetattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mq_notify.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mq_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mq_timedreceive.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mq_timedreceive_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mq_timedsend.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mq_timedsend_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mq_unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/mremap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/msgctl.asm
@@ -5088,6 +5833,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/msync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/munlock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/munlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/munmap.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/name_to_handle_at.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/nanosleep.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/newfstatat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/nfsservctl.asm
@@ -5098,31 +5844,46 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/oldolduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/oldstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/olduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/open_by_handle_at.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/open_tree.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/openat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/openat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pause.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pciconfig_iobase.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pciconfig_read.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pciconfig_write.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/perf_event_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/personality.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pidfd_getfd.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pidfd_open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pidfd_send_signal.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pipe.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pipe2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pivot_root.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pkey_alloc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pkey_free.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pkey_mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/poll.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/ppoll.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/ppoll_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/prctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pread.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pread64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/preadv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/preadv2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/prlimit64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/process_vm_readv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/process_vm_writev.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/prof.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/profil.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pselect6.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pselect6_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/ptrace.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/putpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pwrite.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pwrite64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pwritev.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/pwritev2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/query_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/quotactl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/read.asm
@@ -5135,35 +5896,44 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/reboot.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/recv.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/recvfrom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/recvmmsg.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/recvmmsg_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/recvmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/remap_file_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/removexattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/rename.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/renameat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/renameat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/request_key.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/reserved221.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/reserved82.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/restart_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/rmdir.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/rseq.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sched_get_priority_max.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sched_get_priority_min.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sched_getaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sched_getattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sched_getparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sched_getscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sched_rr_get_interval.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sched_rr_get_interval_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sched_setaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sched_setattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sched_setparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sched_setscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sched_yield.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/seccomp.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/security.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/select.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/semctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/semget.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/semop.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/semtimedop.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/semtimedop_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/send.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sendfile.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sendfile64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sendmmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sendmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sendto.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/set_mempolicy.asm
@@ -5181,6 +5951,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/setgroups.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/setgroups32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sethostname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/setitimer.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/setns.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/setpgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/setpriority.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/setregid.asm
@@ -5215,6 +5986,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sigqueueinfo.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sigreturn.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sigsuspend.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sigtimedwait.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sigtimedwait_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/socket.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/socketcall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/socketcall_accept.asm
@@ -5241,6 +6013,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/stat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/stat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/statfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/statfs64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/stime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/stty.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/swapoff.asm
@@ -5250,6 +6023,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/symlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sync_file_range2.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/syncfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sys_kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/sysfs.asm
@@ -5264,11 +6038,15 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/timer_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/timer_delete.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/timer_getoverrun.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/timer_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/timer_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/timer_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/timer_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/timerfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/timerfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/timerfd_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/timerfd_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/timerfd_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/timerfd_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/times.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/tkill.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/truncate.asm
@@ -5284,9 +6062,11 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/unlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/unshare.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/uselib.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/userfaultfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/ustat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/utime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/utimensat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/utimensat_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/utimes.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/vfork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/mips/linux/syscalls/vhangup.asm
@@ -5321,10 +6101,12 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/adjtimex.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/afs_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/alarm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/arch_specific_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/arm_fadvise64_64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/arm_sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/bdflush.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/bind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/bpf.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/break_.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/brk.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/cachectl.asm
@@ -5336,13 +6118,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/chmod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/chown.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/chown32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/chroot.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/clock_adjtime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/clock_adjtime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/clock_getres.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/clock_getres_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/clock_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/clock_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/clock_nanosleep.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/clock_nanosleep_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/clock_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/clock_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/clone.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/clone3.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/close.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/connect.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/copy_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/creat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/create_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/delete_module.asm
@@ -5359,6 +6149,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/epoll_wait_old
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/eventfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/eventfd2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/execve.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/execveat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/exit.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/exit_group.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/faccessat.asm
@@ -5377,11 +6168,16 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/fcntl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/fcntl64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/fdatasync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/fgetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/finit_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/flistxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/flock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/fork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/fremovexattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/fsconfig.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/fsetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/fsmount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/fsopen.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/fspick.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/fstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/fstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/fstatat.asm
@@ -5393,6 +6189,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/ftime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/ftruncate.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/ftruncate64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/futex.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/futex_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/futimesat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/get_kernel_syms.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/get_mempolicy.asm
@@ -5418,6 +6215,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/getpid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/getpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/getppid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/getpriority.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/getrandom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/getresgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/getresgid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/getresuid.asm
@@ -5433,6 +6231,10 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/getuid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/getuid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/getxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/gtty.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/ia32_arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/ia32_io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/ia32_rseq.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/ia32_statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/idle.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/init_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/inotify_add_watch.asm
@@ -5442,14 +6244,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/inotify_rm_wat
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/io_cancel.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/io_destroy.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/io_getevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/io_pgetevents_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/io_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/io_submit.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/io_uring_enter.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/io_uring_register.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/io_uring_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/ioctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/ioperm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/iopl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/ioprio_get.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/ioprio_set.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/ipc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/kcmp.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/kexec_file_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/keyctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/kill.asm
@@ -5471,6 +6280,8 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/lstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/madvise.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/madvise1.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mbind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/membarrier.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/memfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/migrate_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mincore.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mkdir.asm
@@ -5478,11 +6289,13 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mkdirat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mknod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mknodat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mlock.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mlock2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mmap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mmap2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/modify_ldt.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/move_mount.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/move_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mpx.asm
@@ -5490,7 +6303,9 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mq_getsetattr.
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mq_notify.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mq_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mq_timedreceive.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mq_timedreceive_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mq_timedsend.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mq_timedsend_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mq_unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/mremap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/msgctl.asm
@@ -5501,6 +6316,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/msync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/munlock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/munlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/munmap.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/name_to_handle_at.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/nanosleep.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/newfstatat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/nfsservctl.asm
@@ -5511,31 +6327,46 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/oldolduname.as
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/oldstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/olduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/open_by_handle_at.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/open_tree.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/openat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/openat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pause.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pciconfig_iobase.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pciconfig_read.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pciconfig_write.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/perf_event_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/personality.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pidfd_getfd.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pidfd_open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pidfd_send_signal.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pipe.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pipe2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pivot_root.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pkey_alloc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pkey_free.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pkey_mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/poll.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/ppoll.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/ppoll_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/prctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pread.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pread64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/preadv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/preadv2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/prlimit64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/process_vm_readv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/process_vm_writev.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/prof.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/profil.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pselect6.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pselect6_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/ptrace.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/putpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pwrite.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pwrite64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pwritev.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/pwritev2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/query_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/quotactl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/read.asm
@@ -5548,35 +6379,44 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/reboot.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/recv.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/recvfrom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/recvmmsg.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/recvmmsg_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/recvmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/remap_file_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/removexattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/rename.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/renameat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/renameat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/request_key.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/reserved221.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/reserved82.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/restart_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/rmdir.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/rseq.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sched_get_priority_max.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sched_get_priority_min.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sched_getaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sched_getattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sched_getparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sched_getscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sched_rr_get_interval.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sched_rr_get_interval_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sched_setaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sched_setattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sched_setparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sched_setscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sched_yield.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/seccomp.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/security.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/select.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/semctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/semget.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/semop.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/semtimedop.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/semtimedop_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/send.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sendfile.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sendfile64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sendmmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sendmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sendto.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/set_mempolicy.asm
@@ -5594,6 +6434,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/setgroups.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/setgroups32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sethostname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/setitimer.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/setns.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/setpgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/setpriority.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/setregid.asm
@@ -5628,6 +6469,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sigqueueinfo.a
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sigreturn.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sigsuspend.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sigtimedwait.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sigtimedwait_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/socket.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/socketcall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/socketcall_accept.asm
@@ -5654,6 +6496,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/stat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/stat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/statfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/statfs64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/stime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/stty.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/swapoff.asm
@@ -5663,6 +6506,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/symlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sync_file_range2.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/syncfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sys_kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/sysfs.asm
@@ -5677,11 +6521,15 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/timer_create.a
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/timer_delete.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/timer_getoverrun.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/timer_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/timer_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/timer_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/timer_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/timerfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/timerfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/timerfd_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/timerfd_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/timerfd_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/timerfd_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/times.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/tkill.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/truncate.asm
@@ -5697,9 +6545,11 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/unlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/unshare.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/uselib.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/userfaultfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/ustat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/utime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/utimensat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/utimensat_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/utimes.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/vfork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/android/syscalls/vhangup.asm
@@ -5726,10 +6576,12 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/adjtimex.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/afs_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/alarm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/arch_specific_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/arm_fadvise64_64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/arm_sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/bdflush.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/bind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/bpf.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/break_.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/brk.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/cachectl.asm
@@ -5741,13 +6593,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/chmod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/chown.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/chown32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/chroot.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/clock_adjtime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/clock_adjtime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/clock_getres.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/clock_getres_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/clock_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/clock_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/clock_nanosleep.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/clock_nanosleep_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/clock_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/clock_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/clone.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/clone3.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/close.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/connect.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/copy_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/creat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/create_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/delete_module.asm
@@ -5764,6 +6624,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/epoll_wait_old.a
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/eventfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/eventfd2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/execve.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/execveat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/exit.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/exit_group.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/faccessat.asm
@@ -5782,11 +6643,16 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/fcntl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/fcntl64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/fdatasync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/fgetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/finit_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/flistxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/flock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/fork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/fremovexattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/fsconfig.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/fsetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/fsmount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/fsopen.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/fspick.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/fstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/fstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/fstatat.asm
@@ -5798,6 +6664,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/ftime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/ftruncate.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/ftruncate64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/futex.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/futex_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/futimesat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/get_kernel_syms.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/get_mempolicy.asm
@@ -5823,6 +6690,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/getpid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/getpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/getppid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/getpriority.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/getrandom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/getresgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/getresgid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/getresuid.asm
@@ -5838,6 +6706,10 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/getuid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/getuid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/getxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/gtty.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/ia32_arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/ia32_io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/ia32_rseq.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/ia32_statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/idle.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/init_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/inotify_add_watch.asm
@@ -5847,14 +6719,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/inotify_rm_watch
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/io_cancel.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/io_destroy.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/io_getevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/io_pgetevents_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/io_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/io_submit.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/io_uring_enter.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/io_uring_register.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/io_uring_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/ioctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/ioperm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/iopl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/ioprio_get.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/ioprio_set.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/ipc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/kcmp.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/kexec_file_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/keyctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/kill.asm
@@ -5876,6 +6755,8 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/lstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/madvise.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/madvise1.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mbind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/membarrier.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/memfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/migrate_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mincore.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mkdir.asm
@@ -5883,11 +6764,13 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mkdirat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mknod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mknodat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mlock.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mlock2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mmap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mmap2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/modify_ldt.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/move_mount.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/move_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mpx.asm
@@ -5895,7 +6778,9 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mq_getsetattr.as
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mq_notify.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mq_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mq_timedreceive.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mq_timedreceive_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mq_timedsend.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mq_timedsend_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mq_unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/mremap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/msgctl.asm
@@ -5906,6 +6791,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/msync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/munlock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/munlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/munmap.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/name_to_handle_at.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/nanosleep.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/newfstatat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/nfsservctl.asm
@@ -5916,31 +6802,46 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/oldolduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/oldstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/olduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/open_by_handle_at.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/open_tree.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/openat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/openat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pause.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pciconfig_iobase.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pciconfig_read.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pciconfig_write.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/perf_event_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/personality.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pidfd_getfd.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pidfd_open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pidfd_send_signal.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pipe.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pipe2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pivot_root.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pkey_alloc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pkey_free.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pkey_mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/poll.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/ppoll.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/ppoll_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/prctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pread.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pread64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/preadv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/preadv2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/prlimit64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/process_vm_readv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/process_vm_writev.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/prof.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/profil.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pselect6.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pselect6_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/ptrace.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/putpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pwrite.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pwrite64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pwritev.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/pwritev2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/query_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/quotactl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/read.asm
@@ -5953,35 +6854,44 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/reboot.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/recv.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/recvfrom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/recvmmsg.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/recvmmsg_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/recvmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/remap_file_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/removexattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/rename.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/renameat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/renameat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/request_key.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/reserved221.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/reserved82.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/restart_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/rmdir.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/rseq.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sched_get_priority_max.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sched_get_priority_min.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sched_getaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sched_getattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sched_getparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sched_getscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sched_rr_get_interval.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sched_rr_get_interval_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sched_setaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sched_setattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sched_setparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sched_setscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sched_yield.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/seccomp.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/security.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/select.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/semctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/semget.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/semop.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/semtimedop.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/semtimedop_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/send.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sendfile.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sendfile64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sendmmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sendmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sendto.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/set_mempolicy.asm
@@ -5999,6 +6909,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/setgroups.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/setgroups32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sethostname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/setitimer.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/setns.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/setpgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/setpriority.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/setregid.asm
@@ -6033,6 +6944,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sigqueueinfo.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sigreturn.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sigsuspend.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sigtimedwait.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sigtimedwait_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/socket.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/socketcall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/socketcall_accept.asm
@@ -6059,6 +6971,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/stat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/stat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/statfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/statfs64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/stime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/stty.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/swapoff.asm
@@ -6068,6 +6981,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/symlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sync_file_range2.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/syncfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sys_kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/sysfs.asm
@@ -6082,11 +6996,15 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/timer_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/timer_delete.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/timer_getoverrun.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/timer_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/timer_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/timer_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/timer_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/timerfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/timerfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/timerfd_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/timerfd_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/timerfd_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/timerfd_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/times.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/tkill.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/truncate.asm
@@ -6102,9 +7020,11 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/unlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/unshare.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/uselib.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/userfaultfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/ustat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/utime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/utimensat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/utimensat_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/utimes.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/vfork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/powerpc/linux/syscalls/vhangup.asm
@@ -6121,6 +7041,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/bindsh.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/cat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/cat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/connect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/connectstager.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/dup.asm
@@ -6156,10 +7077,12 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/adjtimex.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/afs_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/alarm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/arch_specific_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/arm_fadvise64_64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/arm_sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/bdflush.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/bind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/bpf.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/break_.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/brk.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/cachectl.asm
@@ -6171,13 +7094,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/chmod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/chown.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/chown32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/chroot.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/clock_adjtime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/clock_adjtime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/clock_getres.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/clock_getres_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/clock_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/clock_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/clock_nanosleep.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/clock_nanosleep_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/clock_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/clock_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/clone.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/clone3.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/close.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/connect.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/copy_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/creat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/create_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/delete_module.asm
@@ -6194,6 +7125,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/epoll_wait_old.a
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/eventfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/eventfd2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/execve.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/execveat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/exit.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/exit_group.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/faccessat.asm
@@ -6212,11 +7144,16 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/fcntl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/fcntl64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/fdatasync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/fgetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/finit_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/flistxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/flock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/fork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/fremovexattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/fsconfig.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/fsetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/fsmount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/fsopen.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/fspick.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/fstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/fstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/fstatat.asm
@@ -6228,6 +7165,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/ftime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/ftruncate.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/ftruncate64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/futex.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/futex_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/futimesat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/get_kernel_syms.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/get_mempolicy.asm
@@ -6253,6 +7191,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/getpid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/getpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/getppid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/getpriority.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/getrandom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/getresgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/getresgid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/getresuid.asm
@@ -6268,6 +7207,10 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/getuid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/getuid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/getxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/gtty.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/ia32_arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/ia32_io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/ia32_rseq.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/ia32_statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/idle.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/init_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/inotify_add_watch.asm
@@ -6277,14 +7220,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/inotify_rm_watch
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/io_cancel.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/io_destroy.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/io_getevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/io_pgetevents_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/io_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/io_submit.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/io_uring_enter.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/io_uring_register.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/io_uring_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/ioctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/ioperm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/iopl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/ioprio_get.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/ioprio_set.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/ipc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/kcmp.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/kexec_file_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/keyctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/kill.asm
@@ -6306,6 +7256,8 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/lstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/madvise.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/madvise1.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mbind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/membarrier.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/memfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/migrate_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mincore.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mkdir.asm
@@ -6313,11 +7265,13 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mkdirat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mknod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mknodat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mlock.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mlock2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mmap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mmap2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/modify_ldt.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/move_mount.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/move_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mpx.asm
@@ -6325,7 +7279,9 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mq_getsetattr.as
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mq_notify.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mq_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mq_timedreceive.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mq_timedreceive_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mq_timedsend.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mq_timedsend_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mq_unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/mremap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/msgctl.asm
@@ -6336,6 +7292,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/msync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/munlock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/munlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/munmap.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/name_to_handle_at.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/nanosleep.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/newfstatat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/nfsservctl.asm
@@ -6346,31 +7303,46 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/oldolduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/oldstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/olduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/open_by_handle_at.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/open_tree.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/openat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/openat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pause.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pciconfig_iobase.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pciconfig_read.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pciconfig_write.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/perf_event_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/personality.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pidfd_getfd.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pidfd_open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pidfd_send_signal.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pipe.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pipe2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pivot_root.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pkey_alloc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pkey_free.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pkey_mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/poll.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/ppoll.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/ppoll_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/prctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pread.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pread64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/preadv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/preadv2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/prlimit64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/process_vm_readv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/process_vm_writev.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/prof.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/profil.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pselect6.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pselect6_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/ptrace.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/putpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pwrite.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pwrite64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pwritev.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/pwritev2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/query_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/quotactl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/read.asm
@@ -6383,35 +7355,44 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/reboot.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/recv.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/recvfrom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/recvmmsg.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/recvmmsg_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/recvmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/remap_file_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/removexattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/rename.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/renameat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/renameat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/request_key.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/reserved221.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/reserved82.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/restart_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/rmdir.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/rseq.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sched_get_priority_max.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sched_get_priority_min.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sched_getaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sched_getattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sched_getparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sched_getscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sched_rr_get_interval.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sched_rr_get_interval_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sched_setaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sched_setattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sched_setparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sched_setscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sched_yield.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/seccomp.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/security.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/select.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/semctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/semget.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/semop.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/semtimedop.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/semtimedop_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/send.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sendfile.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sendfile64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sendmmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sendmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sendto.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/set_mempolicy.asm
@@ -6429,6 +7410,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/setgroups.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/setgroups32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sethostname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/setitimer.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/setns.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/setpgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/setpriority.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/setregid.asm
@@ -6463,6 +7445,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sigqueueinfo.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sigreturn.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sigsuspend.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sigtimedwait.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sigtimedwait_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/socket.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/socketcall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/socketcall_accept.asm
@@ -6489,6 +7472,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/stat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/stat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/statfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/statfs64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/stime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/stty.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/swapoff.asm
@@ -6498,6 +7482,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/symlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sync_file_range2.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/syncfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sys_kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/sysfs.asm
@@ -6512,11 +7497,15 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/timer_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/timer_delete.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/timer_getoverrun.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/timer_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/timer_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/timer_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/timer_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/timerfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/timerfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/timerfd_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/timerfd_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/timerfd_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/timerfd_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/times.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/tkill.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/truncate.asm
@@ -6532,9 +7521,11 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/unlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/unshare.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/uselib.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/userfaultfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/ustat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/utime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/utimensat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/utimensat_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/utimes.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/vfork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/android/syscalls/vhangup.asm
@@ -6555,6 +7546,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/itoa.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/__doc__
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/bindsh.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/cat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/cat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/connect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/connectstager.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/dup.asm
@@ -6590,10 +7582,12 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/adjtimex.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/afs_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/alarm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/arch_specific_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/arm_fadvise64_64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/arm_sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/bdflush.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/bind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/bpf.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/break_.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/brk.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/cachectl.asm
@@ -6605,13 +7599,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/chmod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/chown.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/chown32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/chroot.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/clock_adjtime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/clock_adjtime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/clock_getres.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/clock_getres_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/clock_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/clock_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/clock_nanosleep.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/clock_nanosleep_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/clock_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/clock_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/clone.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/clone3.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/close.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/connect.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/copy_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/creat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/create_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/delete_module.asm
@@ -6628,6 +7630,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/epoll_wait_old.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/eventfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/eventfd2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/execve.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/execveat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/exit.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/exit_group.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/faccessat.asm
@@ -6646,11 +7649,16 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/fcntl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/fcntl64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/fdatasync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/fgetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/finit_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/flistxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/flock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/fork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/fremovexattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/fsconfig.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/fsetxattr.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/fsmount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/fsopen.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/fspick.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/fstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/fstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/fstatat.asm
@@ -6662,6 +7670,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/ftime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/ftruncate.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/ftruncate64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/futex.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/futex_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/futimesat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/get_kernel_syms.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/get_mempolicy.asm
@@ -6687,6 +7696,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/getpid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/getpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/getppid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/getpriority.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/getrandom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/getresgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/getresgid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/getresuid.asm
@@ -6702,6 +7712,10 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/getuid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/getuid32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/getxattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/gtty.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/ia32_arch_prctl.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/ia32_io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/ia32_rseq.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/ia32_statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/idle.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/init_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/inotify_add_watch.asm
@@ -6711,14 +7725,21 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/inotify_rm_watch.a
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/io_cancel.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/io_destroy.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/io_getevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/io_pgetevents.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/io_pgetevents_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/io_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/io_submit.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/io_uring_enter.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/io_uring_register.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/io_uring_setup.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/ioctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/ioperm.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/iopl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/ioprio_get.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/ioprio_set.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/ipc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/kcmp.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/kexec_file_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/keyctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/kill.asm
@@ -6740,6 +7761,8 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/lstat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/madvise.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/madvise1.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mbind.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/membarrier.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/memfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/migrate_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mincore.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mkdir.asm
@@ -6747,11 +7770,13 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mkdirat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mknod.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mknodat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mlock.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mlock2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mmap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mmap2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/modify_ldt.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mount.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/move_mount.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/move_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mpx.asm
@@ -6759,7 +7784,9 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mq_getsetattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mq_notify.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mq_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mq_timedreceive.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mq_timedreceive_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mq_timedsend.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mq_timedsend_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mq_unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/mremap.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/msgctl.asm
@@ -6770,6 +7797,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/msync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/munlock.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/munlockall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/munmap.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/name_to_handle_at.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/nanosleep.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/newfstatat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/nfsservctl.asm
@@ -6780,31 +7808,46 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/oldolduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/oldstat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/olduname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/open_by_handle_at.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/open_tree.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/openat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/openat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pause.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pciconfig_iobase.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pciconfig_read.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pciconfig_write.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/perf_event_open.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/personality.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pidfd_getfd.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pidfd_open.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pidfd_send_signal.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pipe.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pipe2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pivot_root.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pkey_alloc.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pkey_free.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pkey_mprotect.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/poll.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/ppoll.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/ppoll_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/prctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pread.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pread64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/preadv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/preadv2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/prlimit64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/process_vm_readv.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/process_vm_writev.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/prof.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/profil.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pselect6.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pselect6_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/ptrace.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/putpmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pwrite.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pwrite64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pwritev.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/pwritev2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/query_module.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/quotactl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/read.asm
@@ -6817,35 +7860,44 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/reboot.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/recv.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/recvfrom.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/recvmmsg.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/recvmmsg_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/recvmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/remap_file_pages.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/removexattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/rename.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/renameat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/renameat2.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/request_key.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/reserved221.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/reserved82.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/restart_syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/rmdir.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/rseq.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sched_get_priority_max.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sched_get_priority_min.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sched_getaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sched_getattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sched_getparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sched_getscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sched_rr_get_interval.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sched_rr_get_interval_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sched_setaffinity.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sched_setattr.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sched_setparam.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sched_setscheduler.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sched_yield.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/seccomp.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/security.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/select.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/semctl.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/semget.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/semop.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/semtimedop.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/semtimedop_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/send.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sendfile.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sendfile64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sendmmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sendmsg.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sendto.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/set_mempolicy.asm
@@ -6863,6 +7915,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/setgroups.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/setgroups32.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sethostname.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/setitimer.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/setns.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/setpgid.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/setpriority.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/setregid.asm
@@ -6897,6 +7950,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sigqueueinfo.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sigreturn.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sigsuspend.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sigtimedwait.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sigtimedwait_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/socket.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/socketcall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/socketcall_accept.asm
@@ -6923,6 +7977,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/stat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/stat64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/statfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/statfs64.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/statx.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/stime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/stty.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/swapoff.asm
@@ -6932,6 +7987,7 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/symlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sync.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sync_file_range.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sync_file_range2.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/syncfs.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sys_kexec_load.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/syscall.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/sysfs.asm
@@ -6946,11 +8002,15 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/timer_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/timer_delete.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/timer_getoverrun.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/timer_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/timer_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/timer_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/timer_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/timerfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/timerfd_create.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/timerfd_gettime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/timerfd_gettime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/timerfd_settime.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/timerfd_settime64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/times.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/tkill.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/truncate.asm
@@ -6966,9 +8026,11 @@ ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/unlink.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/unlinkat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/unshare.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/uselib.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/userfaultfd.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/ustat.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/utime.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/utimensat.asm
+${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/utimensat_time64.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/utimes.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/vfork.asm
 ${PYSITELIB}/pwnlib/shellcraft/templates/thumb/linux/syscalls/vhangup.asm
diff --git a/py-pwntools/distinfo b/py-pwntools/distinfo
index 8432f29d9a..f39e5135cb 100644
--- a/py-pwntools/distinfo
+++ b/py-pwntools/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-RMD160 (pwntools-4.6.0.tar.gz) = 282c2963a1790020a6b6dfa3eb0e81b446e70183
-SHA512 (pwntools-4.6.0.tar.gz) = a404456b5a3cfa8f424c20d14bc25fb5ca54d506a763803adfccf97fed006d51f33906533a8e6d298c7d585b2e6f34fc2c3fb98e3c65f252d30984c311150e8c
-Size (pwntools-4.6.0.tar.gz) = 4922014 bytes
-SHA1 (patch-setup.py) = d54b9732fdceb434e8088a842cce3536bd3b7b17
+BLAKE2s (pwntools-4.7.0.tar.gz) = 41527b76a484920dade132137edcfee9c98afb1a128d96940aab7ca5f0cd9869
+SHA512 (pwntools-4.7.0.tar.gz) = 8c00919f77853363bce661be7f30e9d0ea1fa22a03de45b5492c0e2610ca1df353222ffaed7d2dcc3ada9a8544758ebf36b2c022abe5395d9efdb996eb33c8ba
+Size (pwntools-4.7.0.tar.gz) = 5263930 bytes
+SHA1 (patch-setup.py) = a21a32938996d1a4dfe7f30fedaa3137ae112d67
diff --git a/py-pwntools/patches/patch-setup.py b/py-pwntools/patches/patch-setup.py
index b5305d42de..e8ff84f34e 100644
--- a/py-pwntools/patches/patch-setup.py
+++ b/py-pwntools/patches/patch-setup.py
@@ -1,19 +1,9 @@
 $NetBSD$
 
-- Relax version requirements
 - Avoid to needs and call pandoc to convert description
 
 --- setup.py.orig	2021-07-12 21:07:26.000000000 +0000
 +++ setup.py
-@@ -60,7 +60,7 @@ install_requires     = ['paramiko>=1.15.
-                         'psutil>=3.3.0',
-                         'intervaltree>=3.0',
-                         'sortedcontainers',
--                        'unicorn>=1.0.2rc1,<1.0.2rc4', # see unicorn-engine/unicorn#1100, unicorn-engine/unicorn#1170, Gallopsled/pwntools#1538
-+                        'unicorn>=1.0.2rc1', # see unicorn-engine/unicorn#1100, unicorn-engine/unicorn#1170, Gallopsled/pwntools#1538
-                         'six>=1.12.0',
-                         'rpyc',
-                         'colored_traceback',
 @@ -76,14 +76,6 @@ if not os.path.exists(PythonH):
      print("$ apt-get install python-dev", file=sys.stderr)
      sys.exit(-1)


Home | Main Index | Thread Index | Old Index