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

Method fileLayer

src/core/matching_engine.py:590–592  ·  view source on GitHub ↗

Return the basic class used for the file layer (FileMatch by default).

(self)

Source from the content-addressed store, hash-verified

588 raise KartaException
589
590 def fileLayer(self):
591 """Return the basic class used for the file layer (FileMatch by default)."""
592 return FileMatch
593
594 def declareMatch(self, src_index, func_ea, reason):
595 """Officially declare a match of a source function to code that starts with the given binary ea.

Callers 1

locateFileBoundariesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected