dump_func_info

summary: dump function information

description:

Dump some of the most interesting bits of information about the function we are currently looking at.

level: intermediate

Attributes

ea

Functions

dump_flags(fn)

dump some flags of the func_t object

dump_regvars(pfn)

dump renamed registers information

dump_regargs(pfn)

dump register arguments information

dump_tails(pfn)

dump function tails for entry chunk pfn

dump_stkpnts(pfn)

dump function stack points

dump_frame(fn)

dump function frame info

dump_parents(fn)

dump parents of a function tail

dump_func_info(ea)

dump info about function chunk at address 'ea'

Module Contents

dump_func_info.dump_flags(fn)

dump some flags of the func_t object

dump_func_info.dump_regvars(pfn)

dump renamed registers information

dump_func_info.dump_regargs(pfn)

dump register arguments information

dump_func_info.dump_tails(pfn)

dump function tails for entry chunk pfn

dump_func_info.dump_stkpnts(pfn)

dump function stack points

dump_func_info.dump_frame(fn)

dump function frame info

dump_func_info.dump_parents(fn)

dump parents of a function tail

dump_func_info.dump_func_info(ea)

dump info about function chunk at address ‘ea’

dump_func_info.ea