Skip to content
/ PE Public

Library to parse PE (portable executable) images

License

Notifications You must be signed in to change notification settings

Kittyfisto/PE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PE

Build status NuGet NuGet

A library to parse PE (portable executable) images.

Example

var header = PortableExecutable.ReadHeader("foo.dll");
Console.WriteLine(header.FileHeader.Characteristics); // Prints IMAGE_FILE_EXECUTABLE_IMAGE

About

Library to parse PE (portable executable) images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages