MCPcopy
hub / github.com/inbug-team/InScan / GetExecPath

Function GetExecPath

generate_exec/generate_exec.go:49–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49func GetExecPath() string {
50 path, err := exec.LookPath(os.Args[0])
51 CheckError(err)
52 return path
53}
54
55// 补码
56// AES加密数据块分组长度必须为128bit(byte[16]),密钥长度可以是128bit(byte[16])、192bit(byte[24])、256bit(byte[32])中的任意一个。

Callers 1

mainFunction · 0.92

Calls 1

CheckErrorFunction · 0.85

Tested by

no test coverage detected