object - Intercepting field accesses/modifications in C++ -
whenever field of object modified or accessed, intercept it. want duplicate action in process contain copy of same object, , so, need base address of object, field offset, , value set. information, can create message tells other process modify. realize base pointers not same in 2 processes, that's ok.
any suggestions on how this? other suggestions on how mirror these actions in other processes welcome, there need other processes - that's part of assignment.
the pointer find address of object. copy constructor contain copy of same object.
Comments
Post a Comment