SymLoadModule
SymLoadModule is a function within the Windows symbol handler library, also known as DbgHelp.dll. Its primary purpose is to load symbol information for a specified module. Symbol information, often found in program database (PDB) files, contains details about functions, variables, and data structures, which are crucial for debugging and analyzing software.
When SymLoadModule is called, it takes a handle to a process, a base address of the module
This function is essential for various debugging and diagnostic tools, including the Windows debugger (WinDbg), crash