Skip to content

Instantly share code, notes, and snippets.

@alastorid
Created March 19, 2025 03:37
Show Gist options
  • Save alastorid/faff9cdcd06e9e474f33c54c952dfc69 to your computer and use it in GitHub Desktop.
Save alastorid/faff9cdcd06e9e474f33c54c952dfc69 to your computer and use it in GitHub Desktop.
0:000> .symopt+ bffff
Symbol options are 0xBFFFF:
0x00000001 - SYMOPT_CASE_INSENSITIVE
0x00000002 - SYMOPT_UNDNAME
0x00000004 - SYMOPT_DEFERRED_LOADS
0x00000008 - SYMOPT_NO_CPP
0x00000010 - SYMOPT_LOAD_LINES
0x00000020 - SYMOPT_OMAP_FIND_NEAREST
0x00000040 - SYMOPT_LOAD_ANYTHING
0x00000080 - SYMOPT_IGNORE_CVREC
0x00000100 - SYMOPT_NO_UNQUALIFIED_LOADS
0x00000200 - SYMOPT_FAIL_CRITICAL_ERRORS
0x00000400 - SYMOPT_EXACT_SYMBOLS
0x00000800 - SYMOPT_ALLOW_ABSOLUTE_SYMBOLS
0x00001000 - SYMOPT_IGNORE_NT_SYMPATH
0x00002000 - SYMOPT_INCLUDE_32BIT_MODULES
0x00004000 - SYMOPT_PUBLICS_ONLY
0x00008000 - SYMOPT_NO_PUBLICS
0x00010000 - SYMOPT_AUTO_PUBLICS
0x00020000 - SYMOPT_NO_IMAGE_SEARCH
0x00080000 - SYMOPT_NO_PROMPTS
@alastorid
Copy link
Author

cdb -sflags <your_flags>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment