Coder Social home page Coder Social logo

evopimp / libpe-evil Goto Github PK

View Code? Open in Web Editor NEW

This project forked from evilsocket/libpe

0.0 0.0 0.0 418 KB

A C/C++ library to parse Windows portable executables written with speed and stability in mind.

License: GNU General Public License v3.0

C++ 14.10% C 85.90%

libpe-evil's Introduction

libpe

A C/C++ library to parse Windows portable executables ( both PE32 and PE32+ ) written with speed and stability in mind.

Copyleft of Simone Margaritelli [email protected] http://www.evilsocket.net/

Features

  • Fully compatible with both x86 and AMD64 binaries.
  • Parse only what you are really interested into to reduce useless data parsing overhead.
  • Export directory parsing, lookup symbols by name or ordinal.
  • Import directory parsing with different configurations ( resolve ordinals, name demangling, etc ), fast modules and symbols lookup by name.
  • Fast strings extraction ( both ascii and unicode ).
  • Every RVA is returned as a structure with an absolute virtual address field ( base + RVA ), the corresponding raw offset into the file and a pointer to the data.
  • Clean and doxygen documented API.
  • Minimum speed and memory overhead.

Samples

  • peview a sample PE dumper tool that will print informations extracted from any portable executable.
  • pefunctions a proof of concept using libpe and distorm, analyzes and isolates functions from any portable executable.

TODO

  • Cross platform compatibilty.
  • Cross platform cmake files.
  • Parsing of other directories such as resources, debug info, etc.
  • Basic disassembly features.

License

Release under the GPL 3 license.

Bitdeli Badge

libpe-evil's People

Contributors

evilsocket avatar matrix86 avatar bitdeli-chef avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.