mirror of
https://github.com/Noratrieb/uwuwind.git
synced 2026-01-14 16:45:08 +01:00
uwuwind
This commit is contained in:
commit
66fedc6178
16 changed files with 436 additions and 0 deletions
8
test.c
Normal file
8
test.c
Normal 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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue