Skip to content

Instantly share code, notes, and snippets.

@shi-yan
Created December 3, 2014 23:55
Show Gist options
  • Save shi-yan/23245d0bcf4b883cbb01 to your computer and use it in GitHub Desktop.
Save shi-yan/23245d0bcf4b883cbb01 to your computer and use it in GitHub Desktop.
Force loading debug symbols with windbg
Force loading debug symbols (for example, mismatched simbols) with windbg:
.symopt+0x40
This command enables SYMOPT_LOAD_ANYTHING option.
Details are here: http://seclib.blogspot.com/2005/07/force-windbg-to-load-symbols.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment