Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

This windbg debug extension works as data mining for .NET. THE EXTENSION DOES NOT REQUIRE SOS OR PSSCORX TO WORK. It access .NET debugging API directly without intermediary.

Getting started

  • Open WinDBG. Load netext
  • Make sure you open the appropriate 32-bits or 64-bits extension (32-bits dumps require winbg 32-bits and netext 32-bits)
  • For detailed help, run: ".browse !whelp"
  • Run: "!windex -tree" and follow the instructions
  • All the rest will be intuitive
  • For scripts, see !wfrom and !wselect
  • Download the training material here: [https://netext.codeplex.com/releases/view/611486] - Training material is NOW up-to-date.

Common Resources List of available commands Examples

You can do select like queries to .NET objects including sublevel fields.

For example, to get the url of a HttpContext it is necessary to

  1. !do the httpcontext instance, get address of _request
  2. !do the HttpRequest instance, get the address of _url
  3. !do the URI instance, get the address of m_String
  4. !do the instance of the string object.

Using netext you only need to issue a command like: !wselect _request._url.m_String, _response._statusCode from 0x242afe8

What's New in Version 2.1.54.5000

See changelog

Released

No changelog available for this version.

User Feedback

Recommended Comments

There are no comments to display.

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.