kd> dt nt!_KPROCESS +0×000 Header : _DISPATCHER_HEADER +0×010 ProfileListHead : _LIST_ENTRY +0×018 DirectoryTableBase : Uint4B +0×01c LdtDescriptor : _KGDTENTRY +0×024 Int2… more →
Brendan McKenna's Blogxosfaere wrote 1 month ago: Let’s fix C.A.R. Hoare’s billion dollar mistake for C#: Null-pointer dereferences. … more →
sevenlamp wrote 2 months ago: Enumeration ကိုသံုးျခင္းအားျဖင့္ ကြၽန္ေတာ္တို႔ ကိုယ္ပိုင္data type ေတြေဆာက္ျပီး သံုးလို႔ရလာပါမယ္။ en … more →
maxi326 wrote 2 months ago: I once use a HashTable to work as a fast data lookup for some struct. And I use a delegate to implem … more →
rvdheij wrote 3 months ago: Something I really like about the structured data is that spec functions can operate on it directly, … more →
kivkovic wrote 7 months ago: What do nuclear devices and Turing machines have in common? Classes! I suppose you know what nuclear … more →
fightxorflight wrote 8 months ago: kd> dt nt!_KPROCESS +0×000 Header : _DISPATCHER_HEADER +0×010 ProfileListHead : _LIST_E … more →
fightxorflight wrote 8 months ago: kd> dt nt!_KPROCESS +0×000 Header : _DISPATCHER_HEADER +0×010 ProfileListHead : _LIST_E … more →
fightxorflight wrote 8 months ago: kd> dt nt!_DISPATCHER_HEADER +0×000 Type : UChar +0×001 ControlFlags : UChar +0×00 … more →
vtopan wrote 8 months ago: If you’ve ever taken a shot at porting headers from C to Delphi, you may have noticed the diff … more →
G wrote 11 months ago: Here are is a simple test to play with the function parameter passing in C#. As you guys know int, f … more →
emilpk wrote 1 year ago: Here is an interesting article by Simon Whatley explaining how CF arrays and structures really work. … more →
d4rknn3s wrote 1 year ago: hello do you want free photoshop brushes to make awesome pieces of awesomenes? get your free photosh … more →
rvdheij wrote 1 year ago: Raw monitor data files get pretty large for busy systems and even CMS Pipelines is slow on a small m … more →
rvdheij wrote 1 year ago: When playing with the new structure support, I often have mistakes in my definitions. Since I have s … more →
codelupus wrote 1 year ago: There is several ways to check this, for example one could fopen() a file and check if it is possibl … more →
AG Raja wrote 1 year ago: This is an example to show the similarity between a struct and a class #include <iostream>usin … more →
Andrej Kazakov wrote 1 year ago: Problem Sometimes it is very useful to have something a little bit more complex inside a ActionWebSe … more →
AG Raja wrote 2 years ago: // pointer_example.c #include <stdio.h> int main(void) { int k; // variable type declaration k … more →