This commit is contained in:
nora 2023-05-17 20:09:40 +02:00
commit 66fedc6178
16 changed files with 436 additions and 0 deletions

8
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);
}