News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Windbg preview

Started by sinsi, May 28, 2018, 02:19:12 PM

Previous topic - Next topic

sinsi

Possibly the first Win 10 app that's any good...100MB download
https://www.microsoft.com/en-us/store/p/windbg-preview/9pgjgd53tn86

six_L

Say you, Say me, Say the codes together for ever.

sinsi


Microsoft (R) Windows Debugger Version 10.0.17674.1000 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.

CommandLine: Z:\asm\64\test.exe

************* Path validation summary **************
Response                         Time (ms)     Location
Deferred                                       cache*z:\asm\symbols
Deferred                                       srv*https://msdl.microsoft.com/download/symbols
Symbol search path is: cache*z:\asm\symbols;srv*https://msdl.microsoft.com/download/symbols
Executable search path is:
ModLoad: 00007ff7`cce90000 00007ff7`cce95000   image00007ff7`cce90000
ModLoad: 00007ffd`fd2f0000 00007ffd`fd4d1000   ntdll.dll
ModLoad: 00007ffd`fa780000 00007ffd`fa832000   C:\WINDOWS\System32\KERNEL32.DLL
ModLoad: 00007ffd`f98b0000 00007ffd`f9b23000   C:\WINDOWS\System32\KERNELBASE.dll
ModLoad: 00007ffd`fbc80000 00007ffd`fbe10000   C:\WINDOWS\System32\USER32.dll
ModLoad: 00007ffd`fa5b0000 00007ffd`fa5d0000   C:\WINDOWS\System32\win32u.dll
ModLoad: 00007ffd`fb5e0000 00007ffd`fb608000   C:\WINDOWS\System32\GDI32.dll
ModLoad: 00007ffd`f9b30000 00007ffd`f9cc2000   C:\WINDOWS\System32\gdi32full.dll
ModLoad: 00007ffd`fa510000 00007ffd`fa5af000   C:\WINDOWS\System32\msvcp_win.dll
ModLoad: 00007ffd`fa5d0000 00007ffd`fa6ca000   C:\WINDOWS\System32\ucrtbase.dll
(ab8.abc): Break instruction exception - code 80000003 (first chance)
ntdll!LdrpDoDebuggerBreak+0x30:
00007ffd`fd3bd02c cc              int     3


zedd151

While I'm on Windows 10, 64 bit I have been using x64dbg. The package also has a 32 bit version x32dbg. They both work well for what I use them for. When I don't want the intrusions of Windows 10, I run ollydbg from WinPE.   8)

100 MB is surely huge for a debugger. x64dbg comes in at just under 40 MB. another 32 mb, if you keep the 32 bit version on board.

I may try out wndbag in the future though, if I have the urge to tinker with something new.

:biggrin:

K_F

Only win10 ?? - Sounds like it could be buggy (relying on all win10 stuff) - that will be a hoot  ;)

100MB... What are they putting in there .. win-viruses and other junk.  ::)
'Sire, Sire!... the peasants are Revolting !!!'
'Yes, they are.. aren't they....'

aw27

It is all a question of finding a good theme, most people believe that the interface can't be modified but it can.
For windows 7, I am using version 10.0.17134 with a theme that makes it look better than this preview.

LordAdef

AW is the expert in this one!
I already have it here, but still need to learn its caveats.

aw27

Quote from: LordAdef on May 29, 2018, 01:52:35 AM
AW is the expert in this one!
I already have it here, but still need to learn its caveats.
For an introduction buy this book https://www.microsoftpressstore.com/store/inside-windows-debugging-9780735662780
LOL, just kidding, I had never read it and I am still learning, some parts, like scripting, I have almost no experience.

LordAdef

Quote from: AW on May 29, 2018, 02:29:46 AM
Quote from: LordAdef on May 29, 2018, 01:52:35 AM
AW is the expert in this one!
I already have it here, but still need to learn its caveats.
For an introduction buy this book https://www.microsoftpressstore.com/store/inside-windows-debugging-9780735662780
LOL, just kidding, I had never read it and I am still learning, some parts, like scripting, I have almost no experience.
What's your feedback so far?

aw27

Quote from: LordAdef on May 29, 2018, 02:32:12 AM
What's your feedback so far?
Windbg is not friendly, it is a rude guy with a virulent temper. Stay away from it if you can.  :icon_eek:

sinsi

After using windbg for years (with nothing else available), it is easy  :biggrin: