-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
48 lines (45 loc) · 1.02 KB
/
pyproject.toml
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
39
40
41
42
43
44
45
46
47
48
[tool.poetry]
name = "deject"
version = "0.5.0"
description = "A reverse engineering toolbox"
authors = ["Aubrey Thomas <aubrey.thomas@withsecure.com>"]
license = "GPL-3.0-only"
readme = "README.md"
include = [
{ path = "scripts/*" },
{ path = "bin" },
]
[tool.poetry.scripts]
deject = "deject.main:app"
[tool.poetry.dependencies]
python = "^3.10"
r2pipe = "^1.4.2"
tabulate = "^0.9.0"
yara-python = "^4.0.2"
netstruct = "^1.1.2"
ssdeep = "^3.4"
requests = "^2.27.1"
pefile = "^2024.8.26"
malduck = "^4.3.0"
pycryptodome = "^3.14.1"
mwcp = "^3.5.0"
typer = "^0.15.1"
exceptiongroup = "^1.0.0-rc.7"
libmagic = "^1.0"
python-magic = "^0.4.26"
rzpipe = "^0.6.0"
#ipaddress = "^1.0.23"
hexdump = "^3.3"
dotnetfile = {git = "https://github.com/pan-unit42/dotnetfile.git"}
kaitaistruct = "^0.10"
pdf2image = "^1.16.3"
chepy = "^7.2.0"
telfhash = "^0.9.8"
minidump = "^0.0.24"
setuptools = "^75.0.0"
olefile = "^0.47"
oletools = "^0.60.2"
pre-commit = "^4.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"