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
-3
View File
@@ -1,3 +0,0 @@
file helpelf
r
q
+3
View File
@@ -0,0 +1,3 @@
a.out
helpelf
.gdb_history
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+2
View File
@@ -32,6 +32,8 @@
#include <stdint.h>
#include <string.h>
#include <stdbool.h>
// All data structures & constants we need are defined here
#include <elf.h>
bool verbose = false;