proof-of-concept of the experimental python3.6 version (manticore only)
This commit is contained in:
+2
-2
@@ -30,11 +30,11 @@ setuptools.setup(
|
||||
author_email="peter@trailofbits.com",
|
||||
license="Apache-2.0",
|
||||
keywords="tdd testing symbolic execution",
|
||||
install_requires=['claripy==7.8.6.16','angr==7.8.7.1', 'manticore'],
|
||||
install_requires=[], #'claripy==7.8.6.16','angr==7.8.7.1', 'manticore'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'deepstate = deepstate.main_manticore:main',
|
||||
'deepstate-angr = deepstate.main_angr:main',
|
||||
#'deepstate-angr = deepstate.main_angr:main',
|
||||
'deepstate-manticore = deepstate.main_manticore:main',
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user