gen_flow_graph(filename,
title,
pfn,
ea1,
ea2,
gflags)
|
|
Build and display a flow graph.
- Parameters:
filename - output file name. the file extension is not used. maybe NULL.
(C++: const char *)
title - graph title (C++: const char *)
pfn - function to graph (C++: func_t *)
ea1 - if pfn == NULL, then the address range (C++: ea_t)
ea2 - if pfn == NULL, then the address range (C++: ea_t)
gflags - combination of Flow graph building flags . if none of
CHART_GEN_DOT , CHART_GEN_GDL , CHART_WINGRAPH is specified,
the function will return false (C++: int)
- Returns: bool
- success. if fails, a warning message is displayed on the screen
|