mirror of
https://github.com/jackullrich/ShellcodeStdio
synced 2026-06-08 14:56:00 +00:00
13 lines
271 B
C++
13 lines
271 B
C++
#pragma once
|
|
|
|
/* Original: ShellcodeStdio -> @ winternl.com (Jack Ullrich)*/
|
|
/* Much credit to the reddit user: good_nickname */
|
|
|
|
#include <Windows.h>
|
|
#include <winnt.h>
|
|
#include <winternl.h>
|
|
|
|
namespace ScStdio {
|
|
VOID __stdcall MalCode();
|
|
BOOL WriteShellcodeToDisk();
|
|
} |