commit 00de7d41c02e2d4e992cee9bc67aa9bb793f9749
parent 7fdf12fd222b19736083cd2d533ea3a4b332254b
Author: Chris Bracken <chris@bracken.jp>
Date: Fri, 1 May 2020 22:25:24 -0700
Update theme to d8222ddf1b5faf7bcc7383888ca7b9e96856c864
Also removes a pointless (and overflowing) "none" comment in the
decoding an ELF binary article.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/post/2018-10-31-decoding-an-elf-binary.md b/content/post/2018-10-31-decoding-an-elf-binary.md
@@ -126,7 +126,7 @@ let's get decoding this thing:
e_machine 0x003e x86_64
e_version 0x00000001 Version 1
e_entry 0x0000000000000000 Entrypoint address (none)
- e_phoff 0x0000000000000000 Program header table offset in image (none)
+ e_phoff 0x0000000000000000 Program header table offset in image
e_shoff 0x0000000000000040 Section header table offset in image
e_flags 0x00000000 Architecture-dependent interpretation
e_ehsize 0x0040 Size of this ELF header (64B)