Skip to content

Instantly share code, notes, and snippets.

View KrzaQ's full-sized avatar

Paweł Zakrzewski KrzaQ

View GitHub Profile
@KrzaQ
KrzaQ / DLL
Created April 17, 2012 23:30 — forked from anonymous/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)
@KrzaQ
KrzaQ / 0_reuse_code.js
Last active August 29, 2015 14:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console