Skip to content

Instantly share code, notes, and snippets.

@sug0
Created October 25, 2023 20:57
Show Gist options
  • Save sug0/c4a91164f75aaaccfb91611b5d76a013 to your computer and use it in GitHub Desktop.
Save sug0/c4a91164f75aaaccfb91611b5d76a013 to your computer and use it in GitHub Desktop.
What the fuck even is this
#include <stdio.h>
void lol_ganda_merda(void)
{
int cenas = 0;
static void *labels[] = {&&tas_fodido};
tas_fodido:
puts("bruh");
if (cenas == 5) {
return;
}
void (*ai_tas_tas)(void) = labels[0];
++cenas;
ai_tas_tas();
}
int main(void)
{
lol_ganda_merda();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment