diff options
-rw-r--r-- | shellcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shellcodes.h b/shellcodes.h index 679a0d9..1676e7f 100644 --- a/shellcodes.h +++ b/shellcodes.h @@ -24,7 +24,7 @@ typedef struct { char *payload; } shellcode_t; -shellcode_t common_shellcodes_g[] = { +static shellcode_t common_shellcodes_g[] = { { .name = "Linux x86\n" "\texecve(\"/bin/sh\", 0, 0)", |