Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jaydn on github.
  • I am jaydn (https://keybase.io/jaydn) on keybase.
  • I have a public key ASB89EJasUm1L3st8p7ch95O5_vojuwnRoFYlE8CUoIBXQo

To claim this, I am signing this object:

@jaydn
jaydn / DLL
Created March 3, 2017 03:49 — forked from KrzaQ/DLL
DLL
// dllmain.cpp : Defines the entry point for the DLL application.
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
HINSTANCE g_hInstance = NULL;
//Game.exe+113F0 - 55 - push ebp
// int __cdecl sub_4113F0(LPCSTR lpText)