You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: The following packages must be installed along with your Cygwin:
Category
Package
Archive
zip
Devel
binutils
Devel
gcc-core
Devel
git
Devel
make
Net
libssl-devel
FAQ
Is this pev? / What happened to pev?
This repository used to be pev. We just moved the repository from a user account
to an organization account.
We also renamed the repository as the original name pev stood for PE Version
and does not reflect the current state of this application. We felt that readpe
was a good name as it is the most prominent tool.
Where did libpe go?
Libpe has been absorbed into this repository since the two repositories are
tightly coupled and version controling them together made the most logical sense.
I get a fatal error: 'openssl/evp.h' file not found. How can I fix that?
Please install OpenSSL for your system. Use a package manager to make things easier. If you're compiling pev in macOS,
make sure you've set both CFLAGS and LDFLAGS environment variables according.
This project is licensed under the GNU General Public License version 2
with the exception of the contents of lib/libpe which are licensed under the
GNU Lesser General Public License version 3.
A copy of these licenses can be found respectively in the project root and lib/libpe.