First instance of anything that works

This commit is contained in:
2025-04-24 21:31:48 -07:00
commit 4e3a7745d7
17 changed files with 864 additions and 0 deletions

15
analyzer/pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "analyzer"
version = "0.1.0"
description = ""
authors = ["Nyeogmi <economicsbat@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
pefile = "^2024.8.26"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"