I have been working on some computer design stuff, and I'm trying to gather data on typical use cases in assembly.
I want an application that will run a given binary and allow me to gather arbitrary information about it, e.g. record every instance of a floating point addition, or find the average value of integers stored into memory. Optimally something that will let me just run a script inside of it, but if there is a relatively simple open-source debugger of some sort that I could modify, that would work too.
Does anyone know of something could be used for that given some reasonable amount of finagling? Thanks for any ideas.
