Files
TripleCross/src/common/struct_common.h

13 lines
177 B
C
Raw Normal View History

#ifndef __H_STRUCT_COMMON
#define __H_STRUCT_COMMON
struct backdoor_phantom_shell_data{
int active;
unsigned int d_ip;
unsigned short d_port;
char payload[64];
};
#endif