Extract Win executables from dumps, display some basic information about them. Why not use libpe ? Mostly for education purpose :) !
- Install the following (apt-based):
apt install libssl-dev
- Compile :
make
- Run
./bin/dump2exe --help
./bin/dump2exe mem.dmp // Display info
./bin/dump2exe -e mem.dmp // Extract and display info
./bin/dump2exe -e -o 123456 mem.dmp // Display info and extract bin at offset 123456