mirror of
https://github.com/Noratrieb/uwuwind.git
synced 2026-01-14 08:35:09 +01:00
8 lines
No EOL
120 B
C
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);
|
|
} |