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

Function isMatching

src/config/utils.py:450–456  ·  view source on GitHub ↗

Return the script phase: Matching or Compilation. Return Value: True iff matching against a given binary

()

Source from the content-addressed store, hash-verified

448 matching_mode = True
449
450def isMatching():
451 """Return the script phase: Matching or Compilation.
452
453 Return Value:
454 True iff matching against a given binary
455 """
456 return matching_mode
457
458def setDisassemblerPath(prompter):
459 """Update the disassembler path according to input from the user.

Callers 1

funcNameInnerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected