This commit is contained in:
nora 2023-05-07 10:59:19 +02:00
parent ca89c63adc
commit 4ae7bf8ad5
20 changed files with 387 additions and 19 deletions

8
uwuwind/test.c Normal file
View file

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