Skip to content

Commit

Permalink
Bump to v0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Jan 25, 2016
1 parent 01bfeee commit f645fcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Changes to architecture.txt:
- 90% support of LFH and LAL on winXP 32 and 64 bits.
- 90% support of LFH on win7 32 and 64 bits.
- 95% support of UCR.
- Preliminary support of mixed x32/x64 Windows Heap processes
- Support of mixed x32/x64 Windows Heap processes

2015-10:
- cleaning up the reverse API
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run(self):


setup(name="haystack",
version="0.31",
version="0.32",
description="Search C Structures in a process' memory",
long_description=open("README.md").read(),
url="http://packages.python.org/haystack/",
Expand All @@ -67,7 +67,7 @@ def run(self):
"Development Status :: 4 - Beta",
#"Development Status :: 5 - Production/Stable",
],
keywords=["memory","analysis","forensics","record","struct","ptrace","reverse","heap"],
keywords=["memory","analysis","forensics","record","struct","ptrace","reverse","heap", "lfh", "lal"],
author="Loic Jaquemet",
author_email="loic.jaquemet+python@gmail.com",
packages=["haystack",
Expand Down Expand Up @@ -106,7 +106,7 @@ def run(self):
]
},
scripts=[ #"scripts/haystack",
"scripts/haystack-gui",
# "scripts/haystack-gui",
#"scripts/haystack-dump",
#"scripts/haystack-reverse",
"scripts/haystack-find-heap.py"],
Expand Down

0 comments on commit f645fcf

Please sign in to comment.