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
Bonus points for rendering all potential call graphs, even those that are disjoint from the entry points (the disjointedness will improve once we handle dynamic jumps better).
The text was updated successfully, but these errors were encountered:
Right now we start traversing the decompiled program with the assumption that the selector jump tables are the "entry points" into the call graph.
If it's a non-standard program without selectors, we should still be able to render some kind of interesting call graph.
Example:
0x4870525eae23fceb31df613d179ef6275e1b93a9
Bonus points for rendering all potential call graphs, even those that are disjoint from the entry points (the disjointedness will improve once we handle dynamic jumps better).
The text was updated successfully, but these errors were encountered: