Thank for the help. So i did apply the method and found the log buffer. I also found the corresponding structure pointing to it, figuring it was something like:
Following this i am stuck. I did put some break on what access this pointers and got 2 offset (4 and 14).
After that something goes wrong: the corresponding addresses (at -4 and -14) are nowhere to be found, and if i put some break on it they are never trigger.
How did you do to find the base adr of the structure (here 30 or 40) and so on ?
- ptr to index array
- next adr to write in the index array
- something
- ptr to array that contains the messages
- next adr to write in this array
Following this i am stuck. I did put some break on what access this pointers and got 2 offset (4 and 14).
After that something goes wrong: the corresponding addresses (at -4 and -14) are nowhere to be found, and if i put some break on it they are never trigger.
How did you do to find the base adr of the structure (here 30 or 40) and so on ?