From c9cbeced5b3f2bdd7407e29c0811e65954132540 Mon Sep 17 00:00:00 2001 From: Root THC Date: Tue, 24 Feb 2026 12:42:47 +0000 Subject: initial --- other/shellkit/x86_linux.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 other/shellkit/x86_linux.h (limited to 'other/shellkit/x86_linux.h') diff --git a/other/shellkit/x86_linux.h b/other/shellkit/x86_linux.h new file mode 100644 index 0000000..a145c34 --- /dev/null +++ b/other/shellkit/x86_linux.h @@ -0,0 +1,32 @@ + +#ifndef X86_LINUX_H +#define X86_LINUX_H + +#include "x86.h" +#include "shellcode.h" + +arch x86_linux; + + +void +x86_linux_chmod_setup (unsigned char *, unsigned char *, unsigned long int); + +void +x86_linux_setgid_setup (unsigned char *, unsigned short int); + +void +x86_linux_setuid_setup (unsigned char *, unsigned short int); + +void +x86_linux_setreuid_setup (unsigned char *, + unsigned short int, unsigned short int); + +void +x86_linux_portshell_setup (unsigned char *, unsigned short int); + +void +x86_linux_connectshell_setup (unsigned char *, + unsigned long int, unsigned short int); + +#endif + -- cgit v1.3