asmcfg takes assembly code generated by MSVC, Clang, or GCC and creates a control flow graph for each function. The control flow graph can then be rendered to either a Graphviz dot string, or to an ...