Skip to content

Instantly share code, notes, and snippets.

View crypt0ace's full-sized avatar
💭
Prob busy hacking.....

Ahmed Sher crypt0ace

💭
Prob busy hacking.....
View GitHub Profile
@crypt0ace
crypt0ace / demo_process_injection.cs
Created September 2, 2022 06:24
Process Injection
using System;
using System.Linq;
using System.Runtime.InteropServices;
using static ShellcodeInjection.Imports;
namespace ShellcodeInjection
{
class Program
{