. symstore.exe : debugging Tools for windows 에 포함이 된 모듈로 symbol server 를 구축하는 기능을 담당
- 생성: symstore add /f c:\release\files /s c:\symstore.pub /t test /r /z pub
- /f - 바이너리 폴더 위치
- /s - symbol 저장소 위치
- /t - product name
- /r - recursive scan
- /z - pub symbol or private symbol [ /z pub 로 지정된 경우 private symbol은 symbol server에 저장이 되지 않는다.]
- 삭제: symstore del /i 000000001 /s c:\symstore.pub
- /i - transaction id
. _NT_SYMBOL_PATH or !sympath 로 설정하여 사용 ( HTTP server를 이용하여 web 경로로 접근 가능 )
.pdbcopy.exe : debugging Tools for windows 에 포함이 된 모듈로 private symbol 파일에서 private 정보를 제거하여 public symbol 로 만들어주는 기능 제공