Skip to content

Instantly share code, notes, and snippets.

@tsalvia
Created March 14, 2019 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsalvia/b298681e9f8d2e41fabff6a74b0582e3 to your computer and use it in GitHub Desktop.
Save tsalvia/b298681e9f8d2e41fabff6a74b0582e3 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(void)
{
printf("Hello Ghidra!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment