You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, I have slightly modified this project https://github.com/x213212/asm2cfg
so that it can read riscv asm to draw the control flow graph, and the latter added the tarjan algorithm according to your suggestion so that it can find the loops in asm
Knowing that one block dominates another may be useful for reading the CFG. Such edges can be highlighted with different color or thickness.
The text was updated successfully, but these errors were encountered: