GitHub - DiabloHorn/mempdump: old incomplete process memory dumper By DiabloHorn Archived: 2026-04-06 01:17:48 UTC Folders and files Name Name Last commit message Last commit date Latest commit old incomplete process memory dumper Mar 22, 2015 8bb0a4f · Mar 22, 2015 History 1 Commit MemPDumper.c MemPDumper.c old incomplete process memory dumper Mar 22, 2015 MemPDumper.exe MemPDumper.exe old incomplete process memory dumper Mar 22, 2015 Readme.txt Readme.txt old incomplete process memory dumper Mar 22, 2015 README ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +This is a little Disclaimer for if you havn't read the one on our site. + +The tools and tutorials KD-Team develops and publishes are only ment for + +educational purpose only.WE DO NOT encourage the use of this tools and + +tutorials for mailicious purpose.We learned a lot during the development of them + +so we hope you also learn and don't just use it without any brains. + https://github.com/DiabloHorn/mempdump Page 1 of 2 +We take completly NO responsability for any damage caused by them nor + +are we or our isp responsible for what you do with them. + +Greetz: KD-Team + +http://www.kd-team.com + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Process Memory Dumper This is just a little utilitie ment to dump the memory of a running process. It doesn't have to much options we did that on purpose so that peeps adjust the code themselves. The program is able to: List the current running processes. Show additional info on them dump the memory of the process ever 24000Bytes. The dump will be in ascii (%c) if you want it in hex or something else just adjust the code. Hope you find this usefull Greetz, KD-Team Source: https://github.com/DiabloHorn/mempdump https://github.com/DiabloHorn/mempdump Page 2 of 2