elven-forest/uwuwind/test.c
2023-05-07 10:59:19 +02:00

8 lines
No EOL
120 B
C

#include<stdio.h>
#define __USE_GNU
#include<dlfcn.h>
#include<elf.h>
int main() {
printf("%d", PT_GNU_EH_FRAME);
}