Return the binary category: Windows or Other. Return Value: True iff analyzing a windows compiled binary
()
| 434 | windows_config = True |
| 435 | |
| 436 | def isWindows(): |
| 437 | """Return the binary category: Windows or Other. |
| 438 | |
| 439 | Return Value: |
| 440 | True iff analyzing a windows compiled binary |
| 441 | """ |
| 442 | return windows_config |
| 443 | |
| 444 | def setMatchingMode(): |
| 445 | """Update the global flag to signal that we are now in a matching phase.""" |
no outgoing calls
no test coverage detected