Git Product home page Git Product logo

pev's Introduction

pev

pev is a full-featured, open source, multiplatform command line toolkit to work with PE (Portable Executables) binaries.

This is the current source for a likely unreleased version. Use at your own risk. For more information and stable releases, please refer to http://pev.sourceforge.net/

Build Status

How to get the source code?

git clone --recursive https://github.com/merces/pev.git

How to build on Linux?

cd pev
make

NOTE: You may need to install OpenSSL and PCRE using your package manager. Examples:

apt-get install libssl-dev libpcre3 libpcre3-dev
yum install openssl-devel pcre-devel

How to build on OS X?

cd pev
CFLAGS="-I/usr/local/opt/openssl/include/" LDFLAGS="-L/usr/local/opt/openssl/lib/" make

NOTE: You may need to install OpenSSL and PCRE via Homebrew:

brew update
brew install openssl
brew link --force openssl
brew install pcre

How to build on Windows (via Cygwin)?

cd pev
make
make zip

NOTE: The following packages must be installed along with your Cygwin:

- gcc-core
- binutils
- make
- zip
- openssl-devel
- libpcre-devel
- git (just to clone the repository and make things easier)

Please check the online documentation for more details.

pev's People

Contributors

jweyrich avatar merces avatar felipensp avatar gabrield avatar m4dw0lf avatar jwilk avatar rodolfovillordo avatar g5pw avatar thermi avatar barongello avatar khorben avatar pr0teus avatar rsprudencio avatar diogoleal avatar truebers avatar barrosfilipe avatar neriberto avatar zani0x03 avatar rick2600 avatar

Watchers

Kshom 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.