Skip to content

Instantly share code, notes, and snippets.

@m87h
Created May 29, 2014 19:55
Show Gist options
  • Save m87h/31335db2fe5c11978faf to your computer and use it in GitHub Desktop.
Save m87h/31335db2fe5c11978faf to your computer and use it in GitHub Desktop.
--- a/disasm.cc 2014-05-29 21:52:40.000000000 +0200
+++ b/disasm.cc 2014-05-29 21:52:51.000000000 +0200
@@ -2,6 +2,7 @@
#include <vector>
#include <string>
#include <cstring>
+#include <cstdlib>
#include <map>
/* This program disassembles an IPS file. */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment