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
{{ message }}
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.
runtime.main: call to external function main.main
runtime.main: main.main: not defined
runtime.main: undefined: main.main
Makefile:33: recipe for target 'build' failed
make: *** [build] Error 2
$ make
rm -r /home/test/go/src/github.com/mauri870/ransomware/bin || true
rm: não foi possível remover '/home/test/go/src/github.com/mauri870/ransomware/bin': Arquivo ou diretório não encontrado
mkdir -p /home/test/go/src/github.com/mauri870/ransomware/build/ransomware /home/test/go/src/github.com/mauri870/ransomware/build/unlocker /home/test/go/src/github.com/mauri870/ransomware/build/server
openssl genrsa -out /home/test/go/src/github.com/mauri870/ransomware/build/server/private.pem 4096
Generating RSA private key, 4096 bit long modulus
......++
.............................................++
e is 65537 (0x10001)
openssl rsa -in /home/test/go/src/github.com/mauri870/ransomware/build/server/private.pem -outform PEM -pubout -out /home/test/go/src/github.com/mauri870/ransomware/build/ransomware/public.pem
writing RSA key
cd /home/test/go/src/github.com/mauri870/ransomware/build/ransomware && go-bindata -pkg main -o public_key.go public.pem
bindata: Input path 'public.pem' is not a directory.
Makefile:22: recipe for target 'pre-build' failed
make: *** [pre-build] Error 1
The text was updated successfully, but these errors were encountered: