Extract PE binaries from dumps
Extract Win executables from dumps, display some basic information about them.
Why not use libpe ? Mostly for education purpose :) !
apt install libssl-dev
make
./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