Manticore 0.1.3 (#390)

* Manticore 0.1.3

* fix compare URL
This commit is contained in:
JP Smith
2017-07-14 11:56:21 -04:00
committed by GitHub
parent 13964d053b
commit 4bb48af199
2 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ setup(
description='Manticore is a prototyping tool for dynamic binary analysis, with support for symbolic execution, taint analysis, and binary instrumentation.',
url='https://github.com/trailofbits/manticore',
author='Trail of Bits',
version='0.1.2',
version='0.1.3',
packages=find_packages(),
install_requires=[
'capstone>=3.0.5rc2',