Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

pev - a PE analysis toolkit

Featured Replies

Posted

Hello guys!

I'd like to share with you an open source project to make PE analysis called pev -- [u]http://pev.sourceforge.net

It's a multiplatform toolkit with some tools to work with PE files. Actually we have the following tools:

* pehash - calculate PE file hashes

* pedis - PE disassembler

* pepack - packer detector

* pescan - search for suspicious things in PE files, including TLS callbacks

* pesec - check security features in PE files

* pestr - search for unicode and ascii strings in PE files

* readpe - show PE file headers, sections and more

* rva2ofs - convert RVA to raw file offsets

* ofs2rva - convert raw file offsets to RVA

The main points are:

- No need for Windows API. We use our own PE library called libpe.

- Tested on Windows, Linux and OS X.

- Support for 32 and 64-bit PE files.

- Written entirely in C, using C99 standard. So, it's multiplatform.

- Fully scriptable. All pev tools uses CLI and produces outputs in clear text and CSV (HTML, XML and JSON in development).

Your ideas, suggestions and comments will be very helpful to improve the existent tools, write new tools etc. I'll really appreciate if you can test it and send me feedbacks.

We also need help with many tasks, including non-programming tasks, so if you have some free time and want to contribute, please let me know.

Thank you!

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.