Skip to content

Instantly share code, notes, and snippets.

@lightbulbone
lightbulbone / keybase.md
Created September 23, 2014 14:51
Keybase GItHub Proof

Keybase proof

I hereby claim:

  • I am lightbulbone on github.
  • I am lightbulbone (https://keybase.io/lightbulbone) on keybase.
  • I have a public key whose fingerprint is A711 D631 629D C5A4 715F 5E68 9DBF 0B8A 0BF0 09FD

To claim this, I am signing this object:

@lightbulbone
lightbulbone / dsc_extractor.patch
Created July 26, 2013 21:22
Patch for Apple's dsc_extractor in the dyld package.
--- dyld-210.2.3/launch-cache/dsc_extractor.cpp 2012-05-21 02:35:15.000000000 -0400
+++ dyld-210.2.3/launch-cache/dsc_extractor.cpp 2013-07-26 16:05:03.000000000 -0400
@@ -37,6 +37,7 @@
#include <mach-o/arch.h>
#include <mach-o/loader.h>
#include <Availability.h>
+#include <dlfcn.h>
#define NO_ULEB
#include "Architectures.hpp"