Inter-Binary Relations in the Call Graph
In addition to visualizing functions and their internal relations, the call graph also highlights inter-binary relations. Each binary is represented with a distinct rectangular border in a unique color, making it easy to distinguish between different binaries in the visualization. The edges connecting these colored rectangles represent the relations between binaries, allowing users to clearly identify cross-binary interactions.
This view helps users not only understand the structure within a single binary, but also see how binaries communicate and depend on each other. By visually distinguishing these connections, LOCI provides an intuitive way to detect dependencies, integration points, or missing relations between binaries.

Visualizing the inter-binary relations in the Call Graph
Last updated