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

Function getDisas

src/config/utils.py:414–420  ·  view source on GitHub ↗

Return the global disassembler layer instance. Return Value: Disassembler layer instance

()

Source from the content-addressed store, hash-verified

412##################
413
414def getDisas():
415 """Return the global disassembler layer instance.
416
417 Return Value:
418 Disassembler layer instance
419 """
420 return disas_layer
421
422def getSourceFunctions():
423 """Return the data-structures of the analyzed source functions.

Callers 4

searchLibMethod · 0.90
analyzeFileFunction · 0.85
startMatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected