LICENSE
README.md
pyproject.toml
src/malforge/__init__.py
src/malforge/__main__.py
src/malforge/analyzer.py
src/malforge/cli.py
src/malforge.egg-info/PKG-INFO
src/malforge.egg-info/SOURCES.txt
src/malforge.egg-info/dependency_links.txt
src/malforge.egg-info/entry_points.txt
src/malforge.egg-info/requires.txt
src/malforge.egg-info/top_level.txt
src/malforge/analysis/__init__.py
src/malforge/analysis/heuristics.py
src/malforge/analysis/pe_analyzer.py
src/malforge/analysis/string_extractor.py
src/malforge/detection/__init__.py
src/malforge/detection/sigma_generator.py
src/malforge/detection/validator.py
src/malforge/detection/yara_generator.py
src/malforge/ioc/__init__.py
src/malforge/ioc/extractor.py
src/malforge/mitre/__init__.py
src/malforge/mitre/mapper.py
src/malforge/plugins/__init__.py
src/malforge/plugins/base.py
src/malforge/report/__init__.py
src/malforge/report/generator.py
src/malforge/report/html_report.py
src/malforge/report/templates/report.html
tests/test_analyzer.py
tests/test_cli.py
tests/test_ioc_extractor.py
tests/test_pe_analyzer.py
tests/test_yara_generator.py