Skip to content

Instantly share code, notes, and snippets.

@aniqfakhrul
aniqfakhrul / APC_Injection.cs
Created May 28, 2021 09:01
Modified C# for process injection
//compile with
// C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;