Skip to content

Instantly share code, notes, and snippets.

View sinmygit's full-sized avatar

marks sinmygit

  • Taiwin Tec ltd
  • tai
View GitHub Profile
@sinmygit
sinmygit / rwxHunter.cs
Created September 22, 2017 01:21
Locate a RWX Region in memory in InstallUtil.exe - Copy Shellcode Into It and Execute. Avoid VirtuallAlloc Call
using System;
using System.Net;
using System.Diagnostics;
using System.Reflection;
using System.Configuration.Install;
using System.Runtime.InteropServices;
/*
Author: Casey Smith, Twitter: @subTee
License: BSD 3-Clause