Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Defender: Operation did not complete successfully because the file contains a virus or potentially unwanted software #1

Open
c0mm4nd opened this issue Jul 17, 2021 · 0 comments

Comments

@c0mm4nd
Copy link
Member

c0mm4nd commented Jul 17, 2021

Env:
Windows11 insider
msys2-ucrt go version go1.16 windows/amd64

package main

import (
	"encoding/hex"
	"fmt"
	"math/big"

	"github.com/ngchain/secp256k1"
)

func main() {
	// hash, _ := hex.DecodeString("b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9")
	privDBytes, _ := hex.DecodeString("d07b57eb3cd1a308b2fa04d97552f00b1d59efc0200affd1edafc98700ce3290")
	priv := secp256k1.NewPrivateKey(new(big.Int).SetBytes(privDBytes))
	fmt.Println(priv)
}

Solution: use other AV software

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant