gocrack icon indicating copy to clipboard operation
gocrack copied to clipboard

problem with build gocrack

Open vay3t opened this issue 5 years ago • 3 comments

i have problems when build gocrack:

go build -tags """" -o builds/linux/amd64/gocrack_worker  -ldflags \
	"-X github.com/fireeye/gocrack/worker.CompileRev=e3b20e4 \
	 -X github.com/fireeye/gocrack/worker.CompileTime=1569172867 \
	 -X github.com/fireeye/gocrack/worker/engines/hashcat.HashcatVersion=" \
	cmd/gocrack_worker/*.go
# github.com/fireeye/gocat
../gocat/gocat.go:239:7: could not determine kind of name for C.EVENT_OPENCL_SESSION_POST
../gocat/gocat.go:237:7: could not determine kind of name for C.EVENT_OPENCL_SESSION_PRE
Makefile:14: recipe for target 'build' failed
make: *** [build] Error 2

vay3t avatar Sep 22 '19 17:09 vay3t

Can you confirm you're using Hashcat 5.1.0? I got an identical error when using the HEAD of master instead of 5.1.0

kulinacs avatar Oct 30 '19 20:10 kulinacs

i used the master branch of hashcat, it turns out that the stable version of hashcat has some bugs with some hash types

vay3t avatar Oct 30 '19 20:10 vay3t

Please do not use the master branch of hashcat as that's considered the "beta/bleeding edge" builds and often between versions of Hashcat, the C API changes which forces us to go update our cgo bindings. It should work when using the v5.1.0 tag

tankbusta avatar Oct 30 '19 21:10 tankbusta