Skip to content

Instantly share code, notes, and snippets.

View jackullrich's full-sized avatar
🏠
Working from home

jackullrich

🏠
Working from home
View GitHub Profile
@wbenny
wbenny / NtGenericCall.h
Last active September 17, 2020 16:39
#include <ntdll_windows.h>
#include <ntdll.h>
// extern "C"
// UINT_PTR
// NTAPI
// MwGenericCall(
// ULONG SyscallNumber,
// ULONG ArgumentCount,
// va_list ArgumentList
@LukasBoersma
LukasBoersma / MethodRental.cs
Created January 21, 2014 12:01
MethodRental
using System;
using System.Reflection;
using System.Reflection.Emit;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
public class Program
{
static ModuleBuilder modb;
static Type type;