I am trying to load a symbol file at a specific offset in memory in CDB. Something just like the command for GDB:
gdb add-symbol-file address
Is there any way to do this? I have tried making a WinDBG plugin, but can not find any helpful functions.