Debugging Tools for Windows

Development 2014. 7. 5. 11:22 posted by CecilDeSK
반응형

Debugging Tools for Windows

Debugging Tools for Windows 6.12.2.633, 32-bit and 64-bit MSI Version




-> The Archive Gallery has been retired.


Since some time Microsoft no longer offers the Debugging Tools for Windows as a standalone download.

You need to download the SDK installer and download from there.

This sort of annoys me since I sometimes need to install WinDBG quickly for some troubleshooting.


WinDBG here are the current URL’s:


Debugging Tools for Windows (x86) version 6.12.2.633 


Debugging Tools for Windows (x64) version 6.12.2.633




반응형
반응형

Norton Ghost GHO to Vmware VMDK Convert (GHO to VMDK)


특정 작업 상황에서 Ghost의 이미지를 VMware 이미지로 변환하거나 혹은 그 반대의 작업이 필요할때가 있습니다.

Ghost의 Command Line Tool인 ghost32.exe 명령을 이용합니다.

GHO to VMDK 

ghost32 -clone,mode=restore,src=my.gho,dst=my.vmdk -batch -sure

VMDK to GHO

ghost32 -clone,mode=create,src=myvmdk,dst=my.gho -batch -sure


사용가능한 Switch

  • vmdktype: sparse(동적확장), flat(고정크기) (ex -vmdktype=flat)
  • vmdksize: 가상디스크 최대크기 MB단위(ex: -vmdksize=1024)
  • vmdkAdapter: 디스크연결형식 어뎁터, ide(IDE연결) buslogic(BusLogic -SCSI연결) lsilogic(LSI Logic(SCSI연결) (ex: -vmdkAdapter=ide)


반응형

Debugging Tools for Windows 6.12.2.633 download

Development 2014. 2. 8. 17:02 posted by CecilDeSK
반응형

Debugging Tools for Windows

Debugging Tools for Windows 6.12.2.633, 32-bit and 64-bit MSI Version





Highlights in Version 6.12.2.633

This is the current version of Debugging Tools for Windows 6.12.2.633 and is available in the Windows SDK fromhttp://www.microsoft.com/whdc/DevTools/Debugging/default.mspx. This release of Debugging Tools for Windows contains many bug fixes and new enhancements. The debuggers are stable and more reliable than previous releases and we recommend that you upgrade to this version.

Here are some of the key changes in this version of Debugging Tools for Windows:

1. Several bug fixes in extensions to only use public symbols

2. General BugCheck Analysis Updates including:

• Bug Check 0x9F Update – Added logic to diagnose bugcheck 0x9F minidumps using new data in Windows 7 added to the 0x9F minidumps by the Kernel and Networking Teams.

Data includes:
- All Kernel ExWorkerThreads that process Power IRPs
- IRPs Associated with any ExWorkerThread
- IRPs Associated with PnP Completion Queue
- All Kernel Power IRPs
- Device Stacks for all IRPS
- NTTRIAGEPOWER Structure
- NTTRIAGEPNP structure

• BugCheck 0xFE Update - Add logic to diagnose bugcheck 0xFE minidumps using new to Windows 7 callback data added by the USB team.

3. Fixed user-mode minidump generation problem.

4. Fixed buffer overrun in schannel transport.

5. Fixed several kernel debugger transport issues.

6. Fixed problem with debugger reporting incorrect FPO information.

7. Allowed stack dumps deeper than 65535 if specified explicitly.

8. Changed ".outmask /a" and ".outmask /d" to be set only instead of or/xor.

9. The old ADPlus.vbs is being replaced by ADPlus.exe which requires the .Net Framework 2.0. For those cases where the .Net Framework isn't available we are still shipping the older version renamed to adplus_old.vbs. For detailed documentation of the new ADPlus.exe as well as for its new companion ADPlusManager.exe please see adplus.doc located in the same folder as adplus.exe.


Additional details on some of these features can be found in the debugger documentation (debugger.chm). To open this documentation, use Start --> Debugging Tools for Windows --> Debugging Help.


반응형

'Development' 카테고리의 다른 글

MS SQL SERVER 테이블 복사  (0) 2015.07.01
Debugging Tools for Windows  (0) 2014.07.05
mspdb100.dll mspdb80.dll Error Message가 나왔을때...  (0) 2013.02.12
Intel NetBurst Architecture  (0) 2013.02.05
Low-Level Data Management  (0) 2013.02.04

Mac OSX uTorrent ipfilter.dat 설치하기

Mac OSX 2013. 4. 7. 22:15 posted by CecilDeSK
반응형

Mac OSX에 uTorrent 설치하였을때 ipfilter.dat의 위치는 


~/Library/Application Support/uTorrent 와 같다.


ipfilter 를 다운로드 받는 곳은 http://hostex.de/1316700517


ipfilter 가 제대로 로드 되었는지 확인은 Peers 탭에서 


Reload IPFilter를 클릭하고 Window 메뉴에 Message Log 를 확인하면 된다.



반응형