|
You are here |
www.triplefault.io | ||
| | | | |
www.catch22.net
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | 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... | ||