gtirb icon indicating copy to clipboard operation
gtirb copied to clipboard

Does gtirb support stack remodeling?

Open swang206 opened this issue 3 years ago • 1 comments

I would like to trace data from the stack memory with static analysis. Does gtirb support that? If it does not, what else I could look at?

swang206 avatar Jan 25 '22 20:01 swang206

Sorry, but GTIRB does not include modeling of the stack layout at this time. I'm also not aware of anything that's publicly available that would perform the necessary analysis to identify the variables on the stack in a GTIRB context.

You are certainly welcome to put together your own analysis and attach the resulting information as a new AuxData table to your GTIRB files. If you decide to do this, we'd be happy to share the schema we use internally at GrammaTech for the AuxData. Just let us know if you'd find that useful.

tjohnson-gt avatar Jan 26 '22 15:01 tjohnson-gt