Skip to content

Commit

Permalink
fix the TU
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Jul 3, 2017
1 parent a359b41 commit 2cc6d34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Changes to architecture.txt:
+ the IHeapWalker helpers
- the memory l

2017-06:
- Python 3 compatibility finalized
- using pkg_resources entry points for CLI, memory mapping loader
- setup pkg_resources entry points for HEAP parser
- Support frida as memory mappings loader technique
- add 'read the docs' documentation in .rst format
- normalize argument parsing around an URL format

2017-05:
- Start porting to python3
- extract extensions (reverse, gui) and docs to other git repo
Expand Down
2 changes: 1 addition & 1 deletion test/haystack/test_cliwin.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class TestCLI(SrcTests):

def test_find_heap(self):
# haystack-find-heap
args = ['haystack-find-heap', '-v', 'test/dumps/minidump/alg.dmp']
args = ['haystack-find-heap', '-v', 'dmp://./test/dumps/minidump/alg.dmp']
sys.argv = args
cliwin.find_heap()
# self.assertIn('0x000d0000', ret)
Expand Down

0 comments on commit 2cc6d34

Please sign in to comment.