Increase Command Size (Again)
This commit is contained in:
parent
043d926f32
commit
c1b4b02770
@ -3,7 +3,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
// Maximum Arguments Length
|
||||
#define MAX_TRAMPOLINE_ARGS_SIZE 16777216 // 16 MiB
|
||||
#define MAX_TRAMPOLINE_ARGS_SIZE 33554432 // 32 MiB
|
||||
|
||||
// System Call Constants
|
||||
#define TRAMPOLINE_SYSCALL 0x1337
|
||||
|
Loading…
Reference in New Issue
Block a user