windbg – MEX Debugging Extension
by 박경원 · Published 2019년 1월 31일 · Updated 2019년 2월 25일
MEX Debugging Extension ; https://www.microsoft.com/en-us/download/details.aspx?id=53304
windbg 설치 디렉토리 아래 winext 폴더에 mex.dll을 복사
.load mex.dll
또는
.load C:\MyUtil\WindbgENV\mex\x64\mex.dll
!mex.help
<article class="post-537 post type-post status-publish format-standard hentry category-debug"><div class="post-inner group">
<h1 class="post-title entry-title">windbg – MEX Debugging Extension</h1>
<p class="post-byline">
by <span class="vcard author">
<span class="fn"><a href="https://appi77.github.io/my-tips/author/appi77/" rel="author" title="박경원이(가) 작성한 글">박경원</a></span>
</span>
·
Published <time class="published" datetime="2019년 1월 31일">2019년 1월 31일</time>
· Updated <time class="updated" datetime="2019년 2월 25일">2019년 2월 25일</time></p>
<div class="clear"></div>
<div class="entry themeform">
<div class="entry-inner">
<p>MEX Debugging Extension ; <a href="https://www.microsoft.com/en-us/download/details.aspx?id=53304" target="tab">https://www.microsoft.com/en-us/download/details.aspx?id=53304</a></p>
<p>windbg 설치 디렉토리 아래 winext 폴더에 mex.dll을 복사<br/>
.load mex.dll<br/>
또는<br/>
.load C:\MyUtil\WindbgENV\mex\x64\mex.dll</p>
<p>!mex.help</p>
<nav class="pagination group"></nav></div>
<div class="clear"></div>
</div>
</div>
</article>