/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.triplefault.io
| | www.catch22.net
5.2 parsecs away

Travel
| | Introduction to Device Drivers Seeing as I've been spending alot of time doing kernel-level programming recently I thought it was time I wrote a few articles on the subject. This first article (and the rest in this "kernel" series) will cover the steps needed to build, install and start a Windows NT device-driver.
| | keithbabinec.com
4.1 parsecs away

Travel
| | It is important for software engineers to understand how to analyze process dumps so that they can determine why their application is crashing or behaving unexpectedly. However, it can be hard to know where to start with the process. This post aims to be a starting point for a very common situation: debugging a crash...
| | nixhacker.com
4.7 parsecs away

Travel
| | In the third part of the series we are going to discuss System management mode (SMM) and it's security. Moreover, We will try to interact with the SMM from our linux system.
| | visualstudioextensions.vlasovstudio.com
32.8 parsecs away

Travel
| Each Visual Studio instance started with the RootSuffix parameter keeps its own set of extensions. If a Visual Studio extension is available from the Visual Studio Marketplace, you can just install it from the standard Manage Extensions dialog. But if you have only a .vsix file you can use vsixinstaller like this: "C:\Program Files (x86)\Microsoft...