Skip to content

ziyedbe/pehit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Pehit

This project is part of the forensics class from EURECOM. [B1] Write a (preferably python) Linux command-line tools to parse, extract, and visualize PE resources.

Features & help

Pehit is able to extract and parse the PE resources using pefile library. Those are the supported features :

-a : Display all headers (File Header and Optional Header)
-s <header> : Display a specific header
-x <minimal length>: Display strings
-l : List imported DLLs
-f <ddl> : List imported functions in a specific DLL
-c : List sections
-d <section number> : Dump the full content of a section
-e : List exported symbols
-p : Check the packer used

Installation

Pehit uses:

- Python3
- pefile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages