BSODTutorials
Windows Internals, System Security, Theoretical Computer Science and Debugging.
Saturday, 7 June 2014
Data Structures - Red and Black Trees
›
Graph Theory Related Concepts: Before explaining the concept of Red and Black Trees and some of the algorithm analysis related to Red a...
Thursday, 15 May 2014
Exploring Artifical Intelligence - Can Machines Think?
›
Artificial Intelligence is both a topic of Computer Science and Philosophy, and begins to ask what really makes us human and if we are just ...
Friday, 9 May 2014
Deterministic Polymonial Time (P) and Non-Deterministic Polymonial Time (NP)
›
This is going to be a short description of the difference between P and NP time complexity classes, and what the time complexity classes are...
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...
‹
›
Home
View web version