Control flow graph of entire binary file

979 Views Asked by At

Is it possible to get the control flow graph of the entire binary file using any disassembler? IDA Pro generates the CFG for each function. Can we use it to get the CFG of the entire program?

0

There are 0 best solutions below