Navigation Menu

Skip to content

Tomtombinary/PEUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEUtils

PEUtils is a library written in C to browse a PE in memory. This library is callback oriented design. Main fonctionnalities are:

  • enumerate sections
  • enumerate exports
  • enumerate imports
  • enumerate relocations
  • enumerate loaded modules

how to use it ?

doc directory contains a html documentation generated with doxygen. The project contains also Examples directory with samples code.

limits

  • only x86 binaries

todo

  • documentation
  • tests
  • add x64 support

About

Library to browse PE in memory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published