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
Functions
|
dump some flags of the func_t object |
|
dump renamed registers information |
|
dump register arguments information |
|
dump function tails for entry chunk pfn |
|
dump function stack points |
|
dump function frame info |
|
dump parents of a function tail |
|
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