
	- exes and pdbs don't match, being different in ages
	
	- extra information from matching them up via ChkMatch + manually extracting the pdb infos
	
	Executable: MPRCenter.exe
	Debug info file: MPRCenter.pdb
	
	Executable:
	TimeDateStamp: 59d72824
	Debug info: 2 ( CodeView )
	TimeStamp: 59d72824  Characteristics: 0  MajorVer: 0  MinorVer: 0
	Size: 102  RVA: 0073c5c0  FileOffset: 0073adc0
	CodeView format: RSDS
	Signature: {fe1d23ed-f949-45a5-8169-616577a1ee0e}  Age: 1
	PdbFile: E:\jenkins\workspace\MPR_MASTER_CENTER\execute\MPRCenterMasterReleaseDX11.pdb
	Debug info: 12 ( Unknown )
	TimeStamp: 59d72824  Characteristics: 0  MajorVer: 0  MinorVer: 0
	Size: 16  RVA: 0073c628  FileOffset: 0073ae28
	
	Debug information file:
	Format: PDB 7.00
	Signature: {5e960367-a8fa-4d75-9a7f-23f9c74b639c}  Age: 2
	
	Executable: MPRSatellite.exe
	Debug info file: MPRSatellite.pdb
	
	Executable:
	TimeDateStamp: 59d7251b
	Debug info: 2 ( CodeView )
	TimeStamp: 59d7251b  Characteristics: 0  MajorVer: 0  MinorVer: 0
	Size: 108  RVA: 00810dd0  FileOffset: 0080f7d0
	CodeView format: RSDS
	Signature: {80cc3917-68ef-4bc7-87a2-531055184e74}  Age: 1
	PdbFile: E:\jenkins\workspace\MPR_MASTER_SATELLITE\execute\MPRSatelliteMasterReleaseDX11.pdb
	Debug info: 12 ( Unknown )
	TimeStamp: 59d7251b  Characteristics: 0  MajorVer: 0  MinorVer: 0
	Size: 16  RVA: 00810e3c  FileOffset: 0080f83c
	
	Debug information file:
	Format: PDB 7.00
	Signature: {ae772ba0-7fdb-4025-a2c2-51ce27f6d94a}  Age: 2
	
	- if you like using x64dbg, then you can force load the symbols this way:
	
		- click in the bottom command bar and type in:
	
			symload MPRCenter.exe, "D:\debugging.games\MPRCenter.pdb", 1 (of course, change folder path to your pdb file)
			
	- it's up to you to make the most of this information
	