Try   HackMD

walk asm call graph

改動後的asm2cfg大概可以直接接受objdump 直接輸出相對應的call graph
新增了svg的向量圖,增加了顏色判斷與no jump 和 jump 的顏色標記,增加了模糊搜尋走訪dfs

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

改動最多的地方還是能夠呈現asm 的 source code的部分,原理大概就是把comment當作inst,並給予address

pipenv shell python -m src.asm2cfg ./a.asm

增加了模糊搜尋走訪dfs,為走訪過的節點標註顏色

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →