MCPcopy Create free account
hub / github.com/CheckPointSW/Karta / analyzeIslandFunction

Method analyzeIslandFunction

src/disassembler/IDA/ida_api.py:621–630  ·  view source on GitHub ↗

Analyze a given island function, and creates a canonical representation for it. Args: blocks (list): ordered list of code blocks (as returned from searchIslands()) Return Value: IslandContext object representing the analyzed island

(self, blocks)

Source from the content-addressed store, hash-verified

619
620 # Overridden base function
621 def analyzeIslandFunction(self, blocks):
622 """Analyze a given island function, and creates a canonical representation for it.
623
624 Args:
625 blocks (list): ordered list of code blocks (as returned from searchIslands())
626
627 Return Value:
628 IslandContext object representing the analyzed island
629 """
630 return self._logic.analyzeIslandFunction(blocks)
631
632 # Overridden base function
633 def locateAnchorConsts(self, func_ea, const_set):

Callers 1

attemptMatchSwallowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected