readpe
readpe copied to clipboard
The PE file analysis toolkit
I installed openssl and libssl-dev, and i git clone new libpe.In libpe category, i make successfully. But i came back pev/ and make it error: Makefile:148: recipe for target 'build/./peres.o'...
# readpe crashed when I use -e *Describe the bug** In readpe newst version, Analysing abnormal test.exe will crash this program, And the version 0.70 can modify the RIP regester....
1. Get the file resource_shuffled.exe from corkami, BinaryCorpus_v2.zip: https://code.google.com/p/corkami/downloads/detail?name=BinaryCorpus_v2.zip&can=2&q= 2. Execute: peres -i resource_shuffled.exe The output is: this file has no resources The output should be something like: address: 0x12f0,...
This PR adds a LOT of things, here is everything included # Scan plugin basic structure >general_plugin A pre-defined exported function for PE scans, if any plugin has a function...
**Describe the bug** After the upgrade to 0.81, peres -v shows the version and, before it, a ton of useless debug info in the terminal. On 0.80 it just showed...
pev 0.80 Ubuntu package **To reproduce:** - `pepack file.exe` pepack does not load the db file from `/usr/share/pev/userdb.txt` when no -d file is specified: ``` warning: without valid database file,...
**Describe the bug** `peres` crashes when specified `-f csv` or `-f json`, doesn't without specifying format. **To Reproduce** Please provide us with: - pev version: pev-0.80_1 - OS version: macOS...
Hi! I'd like to be able to use peres or pev more generally to get version information out of EXEs and DLLs under UNIX environments, and pev looks almost ideal....
pestr sometimes removes or adds random characters at the beginning of a string. command line `pestr -o -s -n 5 ` screenshot of what we found was incorrect: https://i.imgur.com/rTIu9wc.png