Skip to content

A simple tool to view important DLL Characteristics and change DEP and ASLR

Notifications You must be signed in to change notification settings

OsandaMalith/PESecInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

PESecInfo

A simple tool to view important DLL Characteristics and change DEP and ASLR

https://osandamalith.com/2018/10/24/pe-sec-info-a-simple-tool-to-manipulate-aslr-and-dep-flags/

PS D:\> .\PESecInfo.exe -h

           \\\     PE Sec Info
    .---.  ///     Coded by @OsandaMalith
   (:::::)(_)():   https://osandamalith.com
    `---'  \\\
           ///

[?] Usage: PESecInfo.exe filename
[?] Additional Parameters
        -d aslr : Disable ASLR
        -d dep  : Disable DEP
        -e aslr : Enable ASLR
        -e dep  : Enable DEP
 

Test run

PS D:\> .\PESecInfo.exe .\cfg2.exe

           \\\     PE Sec Info
    .---.  ///     Coded by @OsandaMalith
   (:::::)(_)():   https://osandamalith.com
    `---'  \\\
           ///
[+] Arch       : 32-bit
[+] ASLR       : True
[+] DEP        : True
[+] CFG        : True
[+] Isolation  : True

About

A simple tool to view important DLL Characteristics and change DEP and ASLR

Resources

Stars

Watchers

Forks

Packages

No packages published