diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2017-05-01 23:52:20 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2017-05-01 23:52:20 +0300 |
commit | 5ae34cd5e9fff429cb3b4b0ba8ac92f878903d71 (patch) | |
tree | 4c1510a38d0c67152b410272e97ce7d7f72fda63 | |
parent | e8fe435507c29cd7bf8e5df335fa521328b7549b (diff) |
elf.fspec: visualize e_entry as hex
-rw-r--r-- | spec/elf.fspec | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |