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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -