mirror of
https://github.com/gatariee/ldrgen
synced 2026-06-06 15:44:29 +00:00
9 lines
134 B
C
9 lines
134 B
C
#ifndef shellcode_h
|
|
#define shellcode_h
|
|
|
|
#include <windows.h>
|
|
extern unsigned char shellcode[];
|
|
extern size_t shellcode_size;
|
|
|
|
#endif
|