Skip to content

Instantly share code, notes, and snippets.

@milabs
Created December 18, 2013 11:35
Show Gist options
  • Save milabs/8020928 to your computer and use it in GitHub Desktop.
Save milabs/8020928 to your computer and use it in GitHub Desktop.
GCC function __attribute__ section usage example
int __attribute__((section(".khook_origin,\"awx\",@progbits#"))) function(void) { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment