forked from angr/archr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (34 loc) · 821 Bytes
/
setup.cfg
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
35
36
37
38
[metadata]
name = archr
version = attr: archr.__version__
url = https://github.com/angr/archr
classifiers =
License :: OSI Approved :: BSD License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
license = BSD 2 Clause
license_files = LICENSE
description = Target-centric program analysis.
long_description = file: README.md
long_description_content_type = text/markdown
[options]
install_requires =
shellphish_qemu>=0.12.2
pygdbmi
docker
nclib>=1.0.0rc3
patchelf-wrapper
cle==9.2.7.dev0
ply
python_requires = >= 3.6
include_package_data = True
packages = find:
[options.extras_require]
angr = angr==9.2.7.dev0
bintrace = bintrace
qtrace = qtrace
[options.package_data]
archr =
implants/*.sh
implants/*/*