LICENSE.txt
MANIFEST.in
README
README.md
setup.py
haystack/__init__.py
haystack/argparse_utils.py
haystack/basicmodel.py
haystack/cli.py
haystack/constraints.py
haystack/dbg.py
haystack/dump_loader.py
haystack/listmodel.py
haystack/memory_dumper.py
haystack/memory_mapper.py
haystack/model.py
haystack/target.py
haystack/types.py
haystack/utils.py
haystack/win-dump-heap.py
haystack.egg-info/PKG-INFO
haystack.egg-info/SOURCES.txt
haystack.egg-info/dependency_links.txt
haystack.egg-info/requires.txt
haystack.egg-info/top_level.txt
haystack/abc/__init__.py
haystack/abc/interfaces.py
haystack/allocators/__init__.py
haystack/allocators/heapwalker.py
haystack/allocators/libc/__init__.py
haystack/allocators/libc/ctypes_elf.py
haystack/allocators/libc/ctypes_malloc.py
haystack/allocators/libc/libcheap.constraints
haystack/allocators/libc/libcheapwalker.py
haystack/allocators/libc/libdl.py
haystack/allocators/libc/sandbox.py
haystack/allocators/win32/__init__.py
haystack/allocators/win32/win7_32.py
haystack/allocators/win32/win7_64.py
haystack/allocators/win32/win7heap.constraints
haystack/allocators/win32/win7heap.py
haystack/allocators/win32/win7heapwalker.py
haystack/allocators/win32/winheap.py
haystack/allocators/win32/winheapwalker.py
haystack/allocators/win32/winxp_32.py
haystack/allocators/win32/winxp_32_peb.py
haystack/allocators/win32/winxp_64.py
haystack/allocators/win32/winxpheap.constraints
haystack/allocators/win32/winxpheap.py
haystack/allocators/win32/winxpheapwalker.py
haystack/gui/__init__.py
haystack/gui/addmodule.py
haystack/gui/addmoduleview.py
haystack/gui/gui.py
haystack/gui/infomodel.py
haystack/gui/mainwindow.py
haystack/gui/memmaptab.py
haystack/gui/qhexedit.py
haystack/gui/searchStruct.py
haystack/gui/searchinfoStruct.py
haystack/gui/searchinfoview.py
haystack/gui/searchview.py
haystack/gui/statushandler.py
haystack/gui/view.py
haystack/gui/widgets.py
haystack/mappings/__init__.py
haystack/mappings/base.py
haystack/mappings/file.py
haystack/mappings/process.py
haystack/mappings/vol.py
haystack/mappings/vol2map.py
haystack/outputters/__init__.py
haystack/outputters/python.py
haystack/outputters/text.py
haystack/reverse/__init__.py
haystack/reverse/api.py
haystack/reverse/config.py
haystack/reverse/context.py
haystack/reverse/diff.py
haystack/reverse/enumerators.py
haystack/reverse/fieldtypes.py
haystack/reverse/graph.py
haystack/reverse/lrucache.py
haystack/reverse/matchers.py
haystack/reverse/pattern.py
haystack/reverse/re_string.py
haystack/reverse/searchers.py
haystack/reverse/structure.py
haystack/reverse/utils.py
haystack/reverse/heuristics/__init__.py
haystack/reverse/heuristics/constraints.py
haystack/reverse/heuristics/dsa.py
haystack/reverse/heuristics/interfaces.py
haystack/reverse/heuristics/model.py
haystack/reverse/heuristics/pointertypes.py
haystack/reverse/heuristics/radare.py
haystack/reverse/heuristics/reversers.py
haystack/reverse/heuristics/signature.py
haystack/reverse/heuristics/data/words.100
haystack/search/__init__.py
haystack/search/api.py
haystack/search/searcher.py
scripts/haystack
scripts/haystack-dump
scripts/haystack-find-heap.py
scripts/haystack-gui
scripts/haystack-reverse
test/testfiles.py