fix: support large payload (payload len)

This commit is contained in:
Dobin
2024-02-18 19:42:28 +00:00
parent 64c03d86a8
commit 92e9b51409
4 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
char *dest = VirtualAlloc(NULL, 4096, 0x3000, 0x40);
char *dest = VirtualAlloc(NULL, {{PAYLOAD_LEN}}, 0x3000, 0x40);