Update the global flag to handle windows compiled binaries.
()
| 428 | return src_functions_list, src_functions_ctx, src_file_mappings |
| 429 | |
| 430 | def setWindowsMode(): |
| 431 | """Update the global flag to handle windows compiled binaries.""" |
| 432 | global windows_config |
| 433 | |
| 434 | windows_config = True |
| 435 | |
| 436 | def isWindows(): |
| 437 | """Return the binary category: Windows or Other. |
no outgoing calls
no test coverage detected