#include <shellcode.hpp>
Definition at line 29 of file shellcode.hpp.
◆ cobf
◆ shellcode_entry
| DWORD shellcode::shellcode_entry = (DWORD)((PBYTE)load_syms - (PBYTE)shellcode_start) |
|
static |
Offset from the start for the entry of the shellcode.
Definition at line 249 of file shellcode.hpp.
◆ shellcode_size
| DWORD shellcode::shellcode_size = (DWORD)((PBYTE)funs_end - (PBYTE)shellcode_start) |
|
static |
Size of the shellcode. Table holding the offsets of the shellcode functions.
Definition at line 250 of file shellcode.hpp.
◆ shellcode_start
| PVOID shellcode::shellcode_start = exit |
|
static |
Start of the raw shellcode to be copied.
Definition at line 248 of file shellcode.hpp.
◆ shellcodes_funs
| DWORD shellcode::shellcodes_funs |
|
static |
The documentation for this class was generated from the following files: