Skip to content

Instantly share code, notes, and snippets.

View cra0kalo's full-sized avatar
💭
Migrating to @cra0

Cra0 cra0kalo

💭
Migrating to @cra0
View GitHub Profile
@TheWover
TheWover / EtwpTest.cs
Created May 6, 2020 22:03
Demonstrates using ntdll.dll!EtwpCreateThreadEtw for local shellcode execution.
using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
namespace EtwpTest
{
class Program
{
static void Main(string[] args)
{