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

Method segmentName

src/disassembler/IDA/ida_api.py:344–353  ·  view source on GitHub ↗

Return the name of the wanted segment. Args: idx (int): segment index (in the range [0, numSegments() - 1]) Return Value: string name of the given segment

(self, idx)

Source from the content-addressed store, hash-verified

342
343 # Overridden base function
344 def segmentName(self, idx):
345 """Return the name of the wanted segment.
346
347 Args:
348 idx (int): segment index (in the range [0, numSegments() - 1])
349
350 Return Value:
351 string name of the given segment
352 """
353 return sark.Segment(index=idx).name
354
355 # Overridden base function
356 def segmentFunctions(self, idx):

Callers 1

analyzeFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected