aboutsummaryrefslogtreecommitdiffstats
path: root/test/elf32.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/elf32.md')
-rw-r--r--test/elf32.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/elf32.md b/test/elf32.md
new file mode 100644
index 0000000..d5ab688
--- /dev/null
+++ b/test/elf32.md
@@ -0,0 +1,13 @@
+0x0-0x3
+ "magic number"
+0x4
+ if (0x01) "32 bit elf"
+ if (0x02) "64 bit elf"
+0x5
+ if (0x01) "little endian"
+ if (0x02) "big endian"
+0x10
+ if (0x1) "relocatable ELF"
+ if (0x2) "executable ELF"
+ if (0x3) "shared ELF"
+ if (0x4) "Core ELF what that" \ No newline at end of file