Is there any static tool to analyze assembly/objdump and detect instructions that access the same memory location?
Any suggestion is greatly appreciated, including a possible tool that works only for heap/stack objects.
Here is the link to the question on SO, with an illustrative example:
https://stackoverflow.com/questions/71864042/how-to-detect-instructions-that-access-the-same-memory-location-from-assembly-ob