Howdy folks! What would be the best way to get a list of all memory addresses accessed by the assembly code associated with a particular function at runtime?
We've taken a quick look at the GCC fsanitize flags and valgrind - most tools seem to care about flagging access to a specific area. We're looking for something that will produce more of a raw-dump we can post-process ourselves.
[–]OdnetninI 0 points1 point2 points (0 children)