summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2017-05-01 23:52:20 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2017-05-01 23:52:20 +0300
commit5ae34cd5e9fff429cb3b4b0ba8ac92f878903d71 (patch)
tree4c1510a38d0c67152b410272e97ce7d7f72fda63
parente8fe435507c29cd7bf8e5df335fa521328b7549b (diff)
elf.fspec: visualize e_entry as hex
-rw-r--r--spec/elf.fspec2
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;
};