krukru
2023년 6월 22일 목요일
WDM 테스트(디버깅) 환경 구성, Windows os 커널 디버깅
›
테스트 환경 구성 (kernel debugging 을 위해 vm 디버깅 환경 구성) 커널 디버깅을 위한 가상 os 준비 : vm(Windows 10 x64) 설치 커널 드라이버 로드를 위한 툴 준비 : osrloader 다운로드 ( https://...
Microsoft Visual Studio 빌드에러
›
에러 "Inf2Cat, signability test failed." Double click to see the tool output. 더블클릭 시 원인 Device Driver 프로젝트를 빌드 후 실제 설치를 하기 위해서는 D...
Microsoft Visual Studio 빌드 에러[error MSB4018]
›
에러 error MSB4018: "SignTask" 작업에서 예기치 않은 오류가 발생했습니다. 해결 visual studio devenv.exe를 관리자권한 으로 실행 참고 https://stackoverflow.com/ques...
Microsoft Visual Studio 2019 빌드 에러[error 1297]
›
빌드 초기 발생 에러 에러 error 1297: Device driver does not install on any devices, use primitive driver if this is intended. 해결 Driver Files 하위에 자동으...
Visual Studio 2019 드라이버 빌드하기
›
환경 구성 유의사항 - IDE --> SDK --> WDK 순서로 설치 - SDK와 WDK 설치 시 버전 일치 0. IDE (Microsoft Visual Studio Community 2019) 설치 1. 워크로드 > C++를 사...
2023년 5월 29일 월요일
Include guard
›
When developing a source code as a team, it is easy to include header file repeatedly. Include guard prevents header files from being includ...
2023년 4월 6일 목요일
windbg 에서 프로세스의 IAT를 확인하는 방법
›
1. windbg 를 열어서 실행 중인 프로세스에 attach 함 2. !peb 명령을 통해 msedge.exe 프로세스의 컨텍스트로 맞춰짐을 확인 !peb 명령 원본 접기 0:020> !peb PEB at 000000d361c70000 ...
›
홈
웹 버전 보기