mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
reduce payload space to 2048
git-svn-id: file:///home/svn/framework3/trunk@9078 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
f3bc38dc81
commit
e5d0e54de8
@ -1,4 +1,4 @@
|
||||
|
||||
#define SCSIZE 8192
|
||||
#define SCSIZE 2048
|
||||
unsigned char code[SCSIZE] = "PAYLOAD:";
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#define SCSIZE 8192
|
||||
#define SCSIZE 4096
|
||||
char payload[SCSIZE] = "PAYLOAD:";
|
||||
|
||||
char comment[512] = "";
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user