From 5ae34cd5e9fff429cb3b4b0ba8ac92f878903d71 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Mon, 1 May 2017 23:52:20 +0300 Subject: elf.fspec: visualize e_entry as hex --- spec/elf.fspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/elf.fspec b/spec/elf.fspec index d107f85..e9f3f3b 100644 --- a/spec/elf.fspec +++ b/spec/elf.fspec @@ -1,5 +1,5 @@ struct elf64 { - e_entry: u64; + e_entry: u64 hex; e_phoff: u64; e_shoff: u64; }; -- cgit v1.2.3