A python script that reads assembly code files (and linked files) and generates a HTMl file which presents a flowchart of the code layout, each function and all the code. I created this project ...
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 ...