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
Functions
|
Module Contents
- print_stkvar_xrefs.XREF_TO_STR
- print_stkvar_xrefs.list_xrefs(func_ea)