Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
아래 포스트에서는 WinDBG Extension을 어떻게 만드는지 설명하고 있습니다. 우리가 WinDbg 에서 ! 로 시작하는 명령을 사용하는데 이런 것들이 특정 Extension dll 들이 export 하고 있는 함수들을 사용하는 것 입니다.
여러분이 만든 Driver 에 대한 Extension을 만들 수도 있고 Windows 를 분석하는 자신만의 Extension을 만들 수도 있습니다.
Tools of the Trade: Part IV - Developing WinDbg Extension DLLs