Link to home
Start Free TrialLog in
Avatar of wsock32_
wsock32_

asked on

check if my process's code was changed in memory.

hey, lets say i have a function and i would like to check if it was changed inside the memory, how can i do this ?
Avatar of wsock32_
wsock32_

ASKER

increased points.. please, some help here..
seems you have to calc checksum of function code on programm startup and then compare it with stored value.

i know that, but how can i calc the checksum of the function, how can i fetch that data into a buffer? :/
I saw sample about how to acces executable code in this topic area. Let me know if you didn't found it.
nope tried the google search, but its not here
ok, just a moment....
ASKER CERTIFIED SOLUTION
Avatar of Igor UL7AAjr
Igor UL7AAjr
Flag of Kazakhstan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial