Skip to content

Instantly share code, notes, and snippets.

@nohbdy
nohbdy / genshim.cpp
Created August 10, 2012 19:21
Shim DLL Generation
// Code originally found on http://www.hulver.com/scoop/story/2006/2/18/125521/185
// Created by Rogerborg
#include <stdio.h>
#include <windows.h>
#include <list>
using namespace std;
// Change this to the name of the DLL that you want to clone
#define CLONE_DLL "WS2_32"