Return the script phase: Matching or Compilation. Return Value: True iff matching against a given binary
()
| 448 | matching_mode = True |
| 449 | |
| 450 | def 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 | |
| 458 | def setDisassemblerPath(prompter): |
| 459 | """Update the disassembler path according to input from the user. |