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

2
main.c
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;