Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 158 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 158 Bytes

peml

ML-based PE File Analyzer

Usage

# Train
python3 scripts/train.py
# Test
python3 scripts/test.py <file_path>
# Flask
python3 main.py