forked from zeroSteiner/crimson-forge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
34 lines (31 loc) · 822 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
angr = "==8.19.4.5"
archinfo = "==8.19.4.5"
boltons = "==19.1.0"
bullet = "==2.1.0"
capstone = "==4.0.1"
graphviz = "==0.11"
jinja-vanish = "==0.1"
jinja2 = "==2.10.1"
keystone-engine = {file = "https://zerosteiner.s3.amazonaws.com/packages/keystone-engine-0.9.1.post3.zip"}
lief = {file = "https://zerosteiner.s3.amazonaws.com/packages/pylief-0.9.0.dev.zip"}
networkx = "==2.3"
pyvex = "==8.19.4.5"
smoke-zephyr = "==1.4.1"
tabulate = "==0.8.3"
termcolor = "==1.1.0"
[dev-packages]
ipython = "*"
ipdb = "*"
jupyter = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
sphinx-autodoc-typehints = "*"
[scripts]
crimson-forge = "python -m crimson_forge"
metasploit = "python -m crimson_forge.metasploit"
wizard = "python -m crimson_forge.wizard"