Hi Ali, thanks very much. Below are some further questions.
acehreli@gmail. com wrote:
Well I guess it would because, observe basically just increments some
global value and I don't think it parses dataword to get content
information.
I'm not familiar with C++, would you be so kind to show me some way to
pratically do this?
Thanks Giuseppe
acehreli@gmail. com wrote:
Would a unique conversion to Word work? Without knowing whether
observe() cares about the format of Word, it's difficult to say, but
this might work:
>
So if you have (0x123, 0x42), create a Word that contains the string
representation of the two value (assuming that size_t is 32 bits):
>
"00000123000000 42"
>
observe() cares about the format of Word, it's difficult to say, but
this might work:
>
So if you have (0x123, 0x42), create a Word that contains the string
representation of the two value (assuming that size_t is 32 bits):
>
"00000123000000 42"
>
global value and I don't think it parses dataword to get content
information.
I'm not familiar with C++, would you be so kind to show me some way to
pratically do this?
Thanks Giuseppe