mirror of
https://github.com/Noratrieb/elven-forest.git
synced 2026-01-15 19:25:00 +01:00
whatever
This commit is contained in:
parent
ca89c63adc
commit
4ae7bf8ad5
20 changed files with 387 additions and 19 deletions
8
uwuwind/test.c
Normal file
8
uwuwind/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