Skip to content

Instantly share code, notes, and snippets.

@Cih2001

Cih2001/final.cc Secret

Created July 3, 2020 19:05
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 Cih2001/b0a164fdf5a81508aac33f33d0ccb984 to your computer and use it in GitHub Desktop.
Save Cih2001/b0a164fdf5a81508aac33f33d0ccb984 to your computer and use it in GitHub Desktop.
#include "obfuscator.hh"
#include "stdio.h"
auto gstr = STR("Global HELLO\n");
int main() {
printf("%s", gstr);
printf("%s", STR("Stack HELLO\n"));
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment