-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
48 lines (44 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.4.3"
description = "A reverse engineering toolbox"
authors = ["Aubrey Thomas <[email protected]>"]
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"
M2Crypto = "^0.42.0"
requests = "^2.27.1"
pefile = "^2024.8.26"
malduck = "^4.3.0"
pycryptodome = "^3.14.1"
mwcp = "^3.5.0"
typer = "^0.12.0"
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.0.0"
telfhash = "^0.9.8"
minidump = "^0.0.24"
setuptools = "^72.1.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"