summaryrefslogtreecommitdiff
path: root/test/elf32.md
diff options
context:
space:
mode:
authorFreeArtMan <=>2015-12-17 20:59:18 +0000
committerFreeArtMan <=>2015-12-17 20:59:18 +0000
commita61ad1cef9ef77f9afd67230df5470b6b55525be (patch)
treed8bae5fc932865e769e4965ce0817b6d107badf2 /test/elf32.md
downloaddm-a61ad1cef9ef77f9afd67230df5470b6b55525be.tar.gz
dm-a61ad1cef9ef77f9afd67230df5470b6b55525be.zip
Initial commit
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