You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
i have problems when build gocrack:
The text was updated successfully, but these errors were encountered: