Skip to content

Instantly share code, notes, and snippets.

View crorella's full-sized avatar

Cristian Orellana crorella

  • OpenAI
  • SFO Bay Area
View GitHub Profile
@robert-nix
robert-nix / dump.cpp
Last active April 21, 2016 21:44
SC2 ids dumper (23260, 24247 offset; 1.5+ only) + ASLR support
/* Dump type ids for Units and Abils. SC2.
*
* Keep it simple: cl dump.cpp Version.lib
* May need to enable LAA if 32 bit.
*/
#include <Windows.h>
#include <psapi.h>
#include <TlHelp32.h>
#include <stdint.h>