hieuwasd/Windows-Malware-Loader-Detection-via-Image-and-Multichannel-AI-Analysis

GitHub: hieuwasd/Windows-Malware-Loader-Detection-via-Image-and-Multichannel-AI-Analysis

Stars: 0 | Forks: 0

## Project Structure Windows-Malware-Loader-Detection-via-Image-and-Multichannel-AI-Analysis ├─ malware_pipeline │ ├─ __init__.py │ ├─ config.py │ ├─ models.py │ ├─ downloader.py │ ├─ preprocess.py │ ├─ converter.py │ ├─ merger.py │ ├─ resizer.py │ ├─ augment.py │ ├─ gui.py │ └─ cli.py ├─ tools │ ├─ __init__.py │ └─ pe_copier.py ├─ tests │ ├─ test_downloader.py │ ├─ test_preprocess.py │ ├─ test_converter.py │ └─ test_merger.py ├─ malware_detect └─ README.md