OWM Version 2.0 allows to create and work both with objects and with OLE COM.
Uses direct addressing of calls of methods of objects that is type operations:
mov eax, Object
mov eax, [eax]
call eax.Method
are replaced on:
call Tables. Methods
[attachment deleted by admin]