cloudwalker icon indicating copy to clipboard operation
cloudwalker copied to clipboard

Can't build

Open wcc526 opened this issue 7 years ago • 2 comments

[root@e5efb07a33e5 src]# go build go: finding github.com/glaslos/ssdeep v0.1.0 go: finding github.com/CyrusF/libsvm-go latest go: finding github.com/CyrusF/go-bayesian latest go: finding github.com/grd/stat latest go: downloading github.com/glaslos/ssdeep v0.1.0 go: downloading github.com/CyrusF/go-bayesian v0.0.0-20180928040635-c6aa877814bd go: downloading github.com/grd/stat v0.0.0-20130623202159-138af3fd5012 go: downloading github.com/CyrusF/libsvm-go v0.0.0-20180928035651-2210b124fd3d

github.com/chaitin/cloudwalker/tool/webshell-detector/src

wcc526 avatar Oct 16 '18 03:10 wcc526

It look like still downloading, and we cannot confirm how it crash. Maybe you can leave some more error message here.

CyrusF avatar Oct 16 '18 04:10 CyrusF

[root@e5efb07a33e5 src]# go build

github.com/chaitin/cloudwalker/tool/webshell-detector/src

./Detector.go:161:27: undefined: ssdeep.ErrFileTooSmall ./SampleMatcher.go:33:15: undefined: ssdeep.FuzzyBytes ./SampleMatcher.go:39:14: assignment mismatch: 2 variables but 1 values ./SampleMatcher.go:39:32: cannot use h (type string) as type *ssdeep.FuzzyHash in argument to ssdeep.Distance

wcc526 avatar Oct 16 '18 04:10 wcc526