300x250
Windows Driver을 개발하기 위해서 필요한 빌드 툴과 소스를 제공
현재 Windows 10용으로 WDK가 나와 있고, VS와 연동해서 개발할 수 있어서 편리하지만,
이전 개발환경에 익숙해서, GRMWDK_EN_7600_1.ISO 파일을 찾아서 설치
다운로드 링크: www.microsoft.com/en-us/download/details.aspx?id=11800
WDK 7.1.0
The Windows Driver Kit (WDK) Version 7.1.0 is an update to the WDK 7.0.0 release and contains the tools, code samples, documentation, compilers, headers and libraries with which software developers create drivers for Windows 7, Windows Vista, Windows XP, W
www.microsoft.com
자세한 설치는 Kitsetup.exe 실행해서, 설치할 부분을 선택해서 확인을 누릅니다.
디버깅을 위해서 Windbg를 설치합니다. 해당 버전 Windbg에서는 Windows 10에서 만들어진 crash dump 파일을
load할 수 없으므로, Windows 10용 windbg를 설치해서 사용하세요.
300x250
'All about Programming' 카테고리의 다른 글
docker pull 실행 후 permission denied 에러 발생 (0) | 2021.01.11 |
---|---|
NtFsControlFile을 사용해서 파일시스템의 비트맵 정보 dump (0) | 2021.01.04 |
Symbolic Link 파일인지 확인하는 방법 (Windows API) (0) | 2020.12.31 |
Windows Keyboard Filter Driver (키보드 필터 드라이버) (0) | 2020.12.31 |
Windows Driver로 ACPI Table에서 iBFT 정보를 찾는 방법 (0) | 2020.12.31 |