Skip to content

Python script to check if Windows Binary (EXE/DLL) has ASLR,DEP,SafeSEH

License

Notifications You must be signed in to change notification settings

iaraoz/binsecurity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binsecurity

binsecurity - Python script to check if Windows Binary (EXE/DLL) has ASLR,DEP,SafeSEH

Usage: ./binsecurity -h
Dependencie pefile 
pip install pefile
Check Binary

C:\python binsecurity -b putty.exe 

alt tag

Check DLL import by binary

C:\python binsecurity -b putty.exe -c (or --check)

alt tag

Check a directory for DLLs

C:\python binsecurity -d C:\Windows\System32

About

Python script to check if Windows Binary (EXE/DLL) has ASLR,DEP,SafeSEH

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages