Skip to content

Commit

Permalink
another input file format. unix core
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Jul 12, 2017
1 parent 349e4a0 commit 1a03055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def run(self):
'live = haystack.mappings.process:ProcessLoader',
'frida = haystack.mappings.fridaprocess:FridaLoader',
'cuckoo = haystack.mappings.cuckoo:CuckooProcessLoader',
'coredump = haystack.mappings.core:CoreLoader',
],
# HEAP parsing haystack.abc.interfaces.IHeapFinder
'haystack.heap_finder': [
Expand Down

0 comments on commit 1a03055

Please sign in to comment.