Closed HNYuuu closed 2 years ago
Enable the visualization of ICFG on basic block level.
Note, currently, we only guarantee the correctness once the entry is __original_main, as we fixed the _start as an outer and the caller of the __original_main.
__original_main
_start
Enable the visualization of ICFG on basic block level.
Note, currently, we only guarantee the correctness once the entry is
__original_main
, as we fixed the_start
as an outer and the caller of the__original_main
.