This commit is contained in:
2025-09-06 13:00:52 +02:00
parent 75c9ce171d
commit 7612629fa3
5 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
file helpelf
r
q

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
a.out
helpelf
.gdb_history

BIN
a.out

Binary file not shown.

BIN
helpelf

Binary file not shown.

2
main.c
View File

@@ -32,6 +32,8 @@
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <stdbool.h> #include <stdbool.h>
// All data structures & constants we need are defined here
#include <elf.h> #include <elf.h>
bool verbose = false; bool verbose = false;