print_stkvar_xrefs

summary: list cross-references to function stack frame variables

description:

The goal of this script is to demonstrate some usage of the type API. In this script, we demonstrate how to list each stack variables xref: * Get the function object surrounding cursor location. * Use this function to retrieve the corresponding frame object. * For each frame element:

  • Build the stack variable xref list

  • Print it.

level: intermediate

Attributes

XREF_TO_STR

Functions

list_xrefs(func_ea)

Module Contents