Skip to content

Releases: glmcdona/Process-Dump

v2.1.1

25 Jan 04:59
Compare
Choose a tag to compare

v2.1.1 updates:

  • Statically link libraries, which removes the pre-install dependency on Microsoft Visual C++ Redistributable per suggestion from Blaine for easier integration to Mandiant FLARE-VM.

v2.1 updates:

  • Fixed a bug where the last section in some cases would instead be filled with zeros. Thanks to megastupidmonkey for reporting this issue.
  • Fixed a bug where 64-bit base addresses would be truncated to a 32-bit address. It now properly keeps the full 64-bit module base address. Thanks to megastupidmonkey for reporting this issue.
  • Addressed an issue where the processes dump close monitor would crash csrss.exe.
  • Stopped Process Dump from hooking it's own process in close monitor mode.

pd32.exe: Windows release for 32-bit OS's.
pd64.exe: Windows release for 64-bit OS's (recommended).

Develop

22 Jan 00:30
9af628c
Compare
Choose a tag to compare
Develop Pre-release
Pre-release

Changes so far:

  • Entry point recovery database added. In the case that there is no entry point specified for a dumped code region, it will make a guess of the entry-point based on known entry-point assembly patterns.

pd32.exe: Windows release for 32-bit OS's.
pd64.exe: Windows release for 64-bit OS's (recommended).

Release develop

25 Jan 05:10
27436ea
Compare
Choose a tag to compare
Update deploy.yml

Try converge release for x86 and x64 binaries. Try adding versions.

v2.1

22 Jan 05:23
Compare
Choose a tag to compare
  • Fixed a bug where the last section in some cases would instead be filled with zeros. Thanks to megastupidmonkey for reporting this issue.
  • Fixed a bug where 64-bit base addresses would be truncated to a 32-bit address. It now properly keeps the full 64-bit module base address. Thanks to megastupidmonkey for reporting this issue.
  • Addressed an issue where the processes dump close monitor would crash csrss.exe.
  • Stopped Process Dump from hooking it's own process in close monitor mode.

pd32.exe: Windows release for 32-bit OS's.
pd64.exe: Windows release for 64-bit OS's (recommended).