1
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:
Joshua Drake 2010-04-14 22:16:31 +00:00
parent f3bc38dc81
commit e5d0e54de8
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#define SCSIZE 8192
#define SCSIZE 2048
unsigned char code[SCSIZE] = "PAYLOAD:";

View File

@ -1,6 +1,6 @@
#include <stdio.h>
#define SCSIZE 8192
#define SCSIZE 4096
char payload[SCSIZE] = "PAYLOAD:";
char comment[512] = "";

Binary file not shown.