Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 755 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 755 Bytes

pescanner

ML-Based PE File Scanner

Commands

python3 main.py --file "test/python3.exe"
python3 main.py --file "test/python3.exe" --remove
python3 main.py --file "test/python3.exe" --report python3_scan_report.csv
python3 main.py --file "test/python3.exe" --report python3_scan_report.csv --remove

python3 main.py --path "exe_files/folder"
python3 main.py --path "exe_files/folder" --remove
python3 main.py --path "exe_files/folder" --report exefiles_scan_report.csv
python3 main.py --path "exe_files/folder" --report exefiles_scan_report.csv --remove

Output

Console output