Skip to content

PEXAMINE displays PE sectional data, imports for specific DLL's and checks for packing.

Notifications You must be signed in to change notification settings

r3oath/pexamine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

pexamine

PEXAMINE displays PE sectional data, imports for specific DLL's and checks for packing.

###Requirements: PEXAMINE makes use of Pefile and PrettyTable. Make sure to grab and install these before using.

###Examples:

####Usage

Running python pexamine.py will display the usage syntax.

Usage

####Listing loaded/imported DLL's

Specifying the optional d arugment will list all of the DLL's loaded/imported in the EXE.

DLLs

####Listing Imported functions from a specific DLL

Giving a specific DLL name will make the script search for it inside of the EXE. If the DLL exists it's import table will be displayed as well, with each functions address.

Imports

About

PEXAMINE displays PE sectional data, imports for specific DLL's and checks for packing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages