some structs filled in
diff --git a/z.py b/z.py
index 22d4d03..b52b969 100644
--- a/z.py
+++ b/z.py
@@ -1,2 +1,10 @@
 from elftools.elf.structs import ELFStructs

 

+es = ELFStructs(True, 64)

+

+

+stream = open('binfiles/z.elf', 'rb')

+print es.Elf_Ehdr.parse_stream(stream)

+

+

+#~ print es.Elf_Ehdr