Skip to content

Instantly share code, notes, and snippets.

@Q726kbXuN
Last active November 1, 2021 16:56
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 Q726kbXuN/3c978a63cb6de5168c017da4df0d6bd3 to your computer and use it in GitHub Desktop.
Save Q726kbXuN/3c978a63cb6de5168c017da4df0d6bd3 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <stdbool.h>
int main() {
bool isAdmin = false;
/*‮ } ⁦if (isAdmin)⁩ ⁦ begin admins only */
printf("You are an admin.\n");
/* end admin only ‮ { ⁦*/
return 0;
}
/*
See
https://trojansource.codes/
https://nvd.nist.gov/vuln/detail/CVE-2021-42574
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment