vds_modify_user_lvars

summary: modifying function local variables

description:

Use a ida_hexrays.user_lvar_modifier_t to modify names, comments and/or types of local variables.

level: intermediate

Classes

my_modifier_t

Functions

modify_function_lvars([name_prefix, cmt_prefix, new_types])

Module Contents

class vds_modify_user_lvars.my_modifier_t(name_prefix='', cmt_prefix='', new_types={})

Bases: ida_hexrays.user_lvar_modifier_t

name_prefix = ''
cmt_prefix = ''
new_types
modify_lvars(lvars)

Modify lvar settings. Returns: true-modified

vds_modify_user_lvars.modify_function_lvars(name_prefix='patched_', cmt_prefix='(patched) ', new_types={})