Skip to content

thealper2/pescanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published