Increase Command Size (Again)

This commit is contained in:
TheBrokenRail 2024-11-26 01:51:57 -05:00
parent 043d926f32
commit c1b4b02770

View File

@ -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