mirror of
https://github.com/jackullrich/ShellcodeStdio
synced 2026-06-08 14:56:00 +00:00
10 lines
155 B
C++
10 lines
155 B
C++
#pragma once
|
|
|
|
#include <Windows.h>
|
|
#include <winnt.h>
|
|
#include <winternl.h>
|
|
|
|
namespace ScStdio {
|
|
VOID __stdcall MalCode();
|
|
BOOL WriteShellcodeToDisk();
|
|
} |