something basic
authorebenders <devnull@localhost>
Wed, 7 Sep 2011 08:12:47 +0000 (11:12 +0300)
committerebenders <devnull@localhost>
Wed, 7 Sep 2011 08:12:47 +0000 (11:12 +0300)
commit198538a250dfd1f4057b06d5c982f56fa819f926
tree6440a884d1b775c37498d1c6b7aa79ed1f824c65
something basic
20 files changed:
.hgignore [new file with mode: 0644]
binfiles/z.elf [new file with mode: 0644]
elftools/__init__.py [new file with mode: 0644]
elftools/construct/README [new file with mode: 0644]
elftools/construct/__init__.py [new file with mode: 0644]
elftools/construct/adapters.py [new file with mode: 0644]
elftools/construct/core.py [new file with mode: 0644]
elftools/construct/debug.py [new file with mode: 0644]
elftools/construct/lib/__init__.py [new file with mode: 0644]
elftools/construct/lib/binary.py [new file with mode: 0644]
elftools/construct/lib/bitstream.py [new file with mode: 0644]
elftools/construct/lib/container.py [new file with mode: 0644]
elftools/construct/lib/hex.py [new file with mode: 0644]
elftools/construct/lib/utils.py [new file with mode: 0644]
elftools/construct/macros.py [new file with mode: 0644]
elftools/construct/text.py [new file with mode: 0644]
elftools/elf/__init__.py [new file with mode: 0644]
elftools/elf/enums.py [new file with mode: 0644]
elftools/elf/structs.py [new file with mode: 0644]
z.py [new file with mode: 0644]