diff options
Diffstat (limited to 'exploits/7350bindnxt/code.h')
| -rw-r--r-- | exploits/7350bindnxt/code.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/exploits/7350bindnxt/code.h b/exploits/7350bindnxt/code.h new file mode 100644 index 0000000..c547e83 --- /dev/null +++ b/exploits/7350bindnxt/code.h | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | #ifndef CODE_H | ||
| 2 | #define CODE_H | ||
| 3 | |||
| 4 | #define LINUX_I386 0x0 | ||
| 5 | #define BSD_I386 0x1 | ||
| 6 | #define ARCH_MAX 0x2 | ||
| 7 | |||
| 8 | #define PORTSHELL 0x0 | ||
| 9 | #define PEERNAME 0x1 | ||
| 10 | #define TYPE_MAX 0x2 | ||
| 11 | |||
| 12 | typedef struct c0de { | ||
| 13 | char *code; | ||
| 14 | int codesize; | ||
| 15 | } c0de; | ||
| 16 | |||
| 17 | extern c0de *archs[]; | ||
| 18 | extern char *archs_str[], | ||
| 19 | *code_str[]; | ||
| 20 | |||
| 21 | #endif /* CODE_H */ | ||
