mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
fix: support large payload (payload len)
This commit is contained in:
@@ -1 +1 @@
|
||||
char *dest = VirtualAlloc(NULL, 4096, 0x3000, 0x40);
|
||||
char *dest = VirtualAlloc(NULL, {{PAYLOAD_LEN}}, 0x3000, 0x40);
|
||||
Reference in New Issue
Block a user