Process Dumper: A graphical user interface tool for dumping random process memory using MiniDumpWriteDump, excluding any PPL (Protected Process Light) Process.
- Enter the Process ID of the process that has to be dumped.
- To produce a memory dump file of the process, click the "Dump Process" button.
- The dump file will be stored in the directory Public Documents.
This is simply an attempt to understand different WINAPI use cases and a little GUI programming. Because I'm a total rookie with C++ GUI, most of the gui code is provided by Microsoft Visual Studio, so I attempted to grasp it and change it to fit my needs. If you have any feedback, please share it with me as it will help me progress.
- ElementalX - For always clarifying my silly questions and making sure I understood everything.
- Ired.team - For all of the fantastic resources