MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / getArch

Method getArch

lib/core/common.py:562–565  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

560
561 @staticmethod
562 def getArch():
563 if kb.arch is None:
564 Backend.setArch()
565 return kb.arch
566
567 # Comparison methods
568 @staticmethod

Callers 3

uploadShellcodeexecMethod · 0.80
udfSetLocalPathsMethod · 0.80
udfSetLocalPathsMethod · 0.80

Calls 1

setArchMethod · 0.80

Tested by

no test coverage detected