You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown in the picture above,i modified your code. I inserted my read-write record function in the deliver_callback function of the callbacks.cpp file. I only record the read-write information in the range of 0xffea4cff and 0xffea4d25.
When the instruction is fetched, it will also enter the read-write callback, and instructions such as call and ret that will modify the memory will not enter the callback function at all.
I want to know how to filter out the "fetch memory" situation, in addition, I need to consider the call, ret modify the memory situation.
guest os:win7x64
host os:debian 64bit in vmware
As shown in the picture above,i modified your code. I inserted my read-write record function in the deliver_callback function of the callbacks.cpp file. I only record the read-write information in the range of 0xffea4cff and 0xffea4d25.
When the instruction is fetched, it will also enter the read-write callback, and instructions such as call and ret that will modify the memory will not enter the callback function at all.
I want to know how to filter out the "fetch memory" situation, in addition, I need to consider the call, ret modify the memory situation.
guest os:win7x64
host os:debian 64bit in vmware