Oh wow, TIL we can do:``` static void *array[] = { &&foo, &&bar, &&hack }; goto *array[i];```
Uncategorized
1
Posts
1
Posters
0
Views
-
RE: https://tilde.zone/@sirwumpus/116267753725061982
Oh wow, TIL we can do:
```
static void *array[] = { &&foo, &&bar, &&hack };
goto *array[i];
``` -
R relay@relay.infosec.exchange shared this topic