Skip to content

Small tool to check for hidden data lurking at the end of executable files.

Notifications You must be signed in to change notification settings

raffclar/pe_appended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pe_appended

Usage: pe_appended.exe "/directory/file.exe"

A portable executable (PE or ".exe") contains an executable image. It can also contain abitrary data appended to the end. This tool can:

  • Tell you if the portable executable file has data appended to it.
  • Print the size of the file, PE image and appended data.
  • Print the processor architecture type this executable image was compiled for.

This tool can be compiled for x86 or x64 and can take either x86 or x64 executable files as input.

About

Small tool to check for hidden data lurking at the end of executable files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published