| Scenario | Dump Type | Goal | |----------|-----------|------| | Application freezes or crashes randomly | Full process memory dump | Capture the exact state leading to the crash (post-mortem debugging) | | Database corruption | Logical data dump | Recover records from damaged .FIC files | | Migration to another DBMS (MySQL, SQL Server) | Data export | Extract tables into standard formats | | Performance analysis | Mini dump | Identify memory leaks or inefficient code |

WinDEV 27 may include anti-dumping techniques. Some executables use IsDebuggerPresent or check for NtGlobalFlag . Process Hacker 2 in kernel mode usually bypasses these.