format addresses and sizes as hex

This commit is contained in:
2025-12-03 13:47:06 +00:00
parent 30b22107a1
commit 637160d3ea
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ repository = "https://github.com/elituf/haxor"
keywords = ["memory", "game", "hacking", "process"]
[dependencies]
derive_more = { version = "2", features = ["display"] }
derive_more = { version = "2", features = ["debug", "display"] }
log = "0.4"
thiserror = "2"