BSODTutorials
Windows Internals, System Security, Theoretical Computer Science and Debugging.
Saturday, 26 April 2014
Process Directory Table Base and CR3 with Stop 0x101
›
This is a very simple error, and be can useful in providing a hint at which point the crash may have occurred. This has been explained by Sc...
1 comment:
Monday, 21 April 2014
Introduction to Detecting Anti-Debugging Techniques
›
Malicious Software is able to detect if it's running within a debugging environment or a debugger has been attached to the process, and ...
2 comments:
Friday, 18 April 2014
Debugging LPCs with WinDbg
›
LPCs or Local Inter-Process Communication calls are used to communicate between two User-Mode NT components, or between a User-Mode componen...
Tuesday, 15 April 2014
Understanding Memory Probes - A Quick Introduction
›
You may notice with Stop 0x50, there is the mentioning of something called the memory probe, the memory probe is a type of function which is...
Friday, 11 April 2014
Debugging Stop 0x50 - A Few Little Clues
›
This is the first time I've debugged in a while, and the example is from a dump file which my friend on Sysnative Patrick has been debug...
Tuesday, 8 April 2014
Automata Theory - Finite State Automata and Regular Languages
›
Automata are abstract models of automatic machines which tend to have a very limited number of states they can be in. We use Automata withou...
Friday, 21 March 2014
Quantum Computation - Basics of Qubits
›
I'm still in a hiatus at the moment, but I may write the occasional blog post now and again (during the hiatus) like in this example. I ...
‹
›
Home
View web version