Skip to content

sup3rshy/PE-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

My simple PE-Parser

What it does:

  • Find pid and parent pid of a target process by name.
  • Get Machine Type of a PE file.
  • Find program path and command line.
  • Print all TID and thread state (running or suspended) of a process.
  • List runtime loaded modules.
  • Parse import table of a PE file.

Usage:

  • your_program.exe\ <target>
  • Example: main.exe Spotify.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages