|
HyperDbg Debugger
|
Bounded in-memory CodeView RSDS parser. More...
Go to the source code of this file.
Functions | |
| BOOLEAN | SymExtractCodeViewRsdsInfoFromPeImage (const BYTE *ImageBase, SIZE_T ImageSize, CHAR *PdbFileName, SIZE_T PdbFileNameSize, GUID *Guid, DWORD *Age) |
| Extracts CodeView RSDS information from a PE image in memory, interpreting the image as it would be laid out on disk. | |
| BOOLEAN | SymExtractCodeViewRsdsInfoFromLoadedPeImage (const BYTE *ImageBase, SIZE_T ImageSize, CHAR *PdbFileName, SIZE_T PdbFileNameSize, GUID *Guid, DWORD *Age) |
| Extracts CodeView RSDS information from a PE image in memory, interpreting the image as it would be laid out in memory when loaded (i.e., using loaded image offsets). | |
Bounded in-memory CodeView RSDS parser.
| BOOLEAN SymExtractCodeViewRsdsInfoFromLoadedPeImage | ( | const BYTE * | ImageBase, |
| SIZE_T | ImageSize, | ||
| CHAR * | PdbFileName, | ||
| SIZE_T | PdbFileNameSize, | ||
| GUID * | Guid, | ||
| DWORD * | Age ) |
Extracts CodeView RSDS information from a PE image in memory, interpreting the image as it would be laid out in memory when loaded (i.e., using loaded image offsets).
| ImageBase | The base address of the PE image in memory |
| ImageSize | The size of the PE image in bytes |
| PdbFileName | An output buffer to receive the base name of the PDB file extracted from the CodeView data. Must be at least PdbFileNameSize bytes |
| PdbFileNameSize | The size of the PdbFileName buffer in bytes |
| Guid | An output pointer to receive the GUID extracted from the CodeView data |
| Age | An output pointer to receive the age extracted from the CodeView data |
| BOOLEAN SymExtractCodeViewRsdsInfoFromPeImage | ( | const BYTE * | ImageBase, |
| SIZE_T | ImageSize, | ||
| CHAR * | PdbFileName, | ||
| SIZE_T | PdbFileNameSize, | ||
| GUID * | Guid, | ||
| DWORD * | Age ) |
Extracts CodeView RSDS information from a PE image in memory, interpreting the image as it would be laid out on disk.
| ImageBase | The base address of the PE image in memory |
| ImageSize | The size of the PE image in bytes |
| PdbFileName | An output buffer to receive the base name of the PDB file extracted from the CodeView data. Must be at least PdbFileNameSize bytes |
| PdbFileNameSize | The size of the PdbFileName buffer in bytes |
| Guid | An output pointer to receive the GUID extracted from the CodeView data |
| Age | An output pointer to receive the age extracted from the CodeView data |