From 7be9c196bf33b9c46d5bc4eb08517fcbce509f03 Mon Sep 17 00:00:00 2001 From: evilsperm Date: Sun, 24 Oct 2010 22:05:07 -0400 Subject: [PATCH] Set default playload to payload_no_unauth_syscall --- descriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/descriptor.h b/descriptor.h index 388d35b..4cef0fd 100644 --- a/descriptor.h +++ b/descriptor.h @@ -24,7 +24,7 @@ #define default_shellcode_macro shellcode_egghunt_macro #define PAYLOAD_FW_DEPENDENT -#define PAYLOAD payload_dev +#define PAYLOAD payload_no_unauth_syscall #if defined (FIRMWARE_3_41) #define FIRMWARE 3_41