Skip to content

Instantly share code, notes, and snippets.

View clusterzx's full-sized avatar
🧟‍♀️
0xDEAD

Your friendly nerd clusterzx

🧟‍♀️
0xDEAD
View GitHub Profile
@clusterzx
clusterzx / Hollowing.cs
Created April 9, 2022 10:09 — forked from smgorelik/Hollowing.cs
Simple Process Hollowing C#
/***************
* Simple Process Hollowing in C#
*
* #Build Your Binaries
* c:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe Hollowing.cs /unsafe
*
* @author: Michael Gorelik <smgorelik@gmail.com>
* gist.github.com/smgorelik/9a80565d44178771abf1e4da4e2a0e75
* #Most of the code taken from here: @github: github.com/ambray