binaryninja-api
binaryninja-api copied to clipboard
Respect _NT_SYMBOL_PATH on Windows
On Windows, the environment variables _NT_SYMBOL_PATH is the standard way to determine symbol information, both local cache and symbol server. Binja should default to parsing this env var, then fall back to its current values if its not set.