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

Function setWindowsMode

src/config/utils.py:430–434  ·  view source on GitHub ↗

Update the global flag to handle windows compiled binaries.

()

Source from the content-addressed store, hash-verified

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

Callers 4

analyzeFileFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
pluginMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected