I agree Saltine,
For the new coders reading this tutorial it is vital you know your data types, for example Dword is 4 bytes an as said in the tutorial is the default for ReClass to use, a 32bit Integer is also a Dword which ofcause is 4 bytes, but there are variables that a just a word which is 2 bytes, and char is 1 byte(ascii) and 2 bytes for unicode, hence the reason they use an array of char for the padding of the unknown... the pointers are most times a pointer to either another class or a pointer to function. 1 thing flengo forgot to mention which is a little important is the size of the class, which is just an offset from the original address, he has 64 bytes in the picture but can be expanded for larger classes, to know the size of the class is just a matter of calculating all the data types in that class.
great job Flengo, I am sure it has helped new coders that want to understand a little more about classes, And this is what a coding category is about... teaching others and at the same time you are mastering what you have already learnt...