x86 Disassembly/Objects and Classes
From Wikibooks, the open-content textbooks collection
The Objects and Classes page of the x86 Disassembly Wikibook is a stub. You can help by expanding this section.
[edit] Object-Oriented Programming
Object-Oriented (OO) programming provides for us a new unit of program structure to contend with: the Object. This chapter will look at disassembled classes from C++. This chapter will not deal directly with COM, but it will work to set a lot of the groundwork for future discussions in reversing COM components (Windows users only).

