Strongly Connected Components (analysis.loops)
- analysis.loops: malcat.CrossReferences
The
analysis.loops
object is amalcat.Loops
instance that gives you access to all the strongly connected components found inside functions of the CFG by the Strongly Connected Components discovery algorithm.
Note that in addition to this documentation, you can find usage examples in the sample script which is loaded when you hit F8.
Accessing / enumerating loops
- class malcat.Loops
This class contains all the strongly connected components found inside functions of the CFG. Note that all addresses used in this class are effective addresses. See Addressing in Malcat for more details.
This class is still subject to changes