Relocations are working

This commit is contained in:
2026-02-27 09:11:57 +01:00
parent 79b75dc75b
commit c3eb93e701
6 changed files with 84 additions and 25 deletions

View File

@@ -14,3 +14,5 @@ log = "0.4"
critical-section = { version = "1", features = ["restore-state-bool"] }
bffs = { path = "../../../code/bffs", features = ["alloc"] }
shared = { path = "crates/shared" }
# ELF parsing helper
goblin = { version = "0.7", default-features = false, features = ["elf32", "elf64", "endian_fd"] }