Skip to content

Instantly share code, notes, and snippets.

@ddribin
Created October 29, 2009 03:09
Show Gist options
  • Save ddribin/221081 to your computer and use it in GitHub Desktop.
Save ddribin/221081 to your computer and use it in GitHub Desktop.
% nm -v -arch all $PWD/HIToolbox | egrep '(architecture|RegisterEventHotKey)'
/System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/HIToolbox (for architecture ppc7400):
0036c41c s RegisterEventHotKey_bp
00149a94 T _RegisterEventHotKey
/System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/HIToolbox (for architecture i386):
0005058d T _RegisterEventHotKey
/System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/HIToolbox (for architecture x86_64):
0000000000042939 T _RegisterEventHotKey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment