VscanPlus icon indicating copy to clipboard operation
VscanPlus copied to clipboard

MAC OSX ARM64 Release

Open secfb opened this issue 7 months ago • 6 comments

Can you build a release for Mac ARM64? I get an error when I try to build.

secfb avatar May 15 '25 07:05 secfb

Can you build a release for Mac ARM64? I get an error when I try to build.

Sorry, but I don't have a Mac environment to compile the executable file. I also encountered errors during the compilation process.

youki992 avatar May 15 '25 08:05 youki992

I also get an error when I try to compile it. Normally it should compile without any problems as follows. How do you compile Linux?

GOOS=darwin GOARCH=arm64 go build

secfb avatar May 15 '25 09:05 secfb

I also get an error when I try to compile it. Normally it should compile without any problems as follows. How do you compile Linux?

GOOS=darwin GOARCH=arm64 go build

The compilation works perfectly fine in the Linux environment without any errors. I can guarantee that, but I just don't know why.

youki992 avatar May 15 '25 09:05 youki992

In fact, it also gives errors during compilation in the Linux operating system. How exactly do you compile? Do you use the go mod tidy command?

Image

go: finding module for package github.com/veo/vscan/pkg/naabu/v2/pkg/runner
go: downloading github.com/veo/vscan v1.3.2
go: github.com/youki992/VscanPlus imports
	github.com/veo/vscan/pkg/naabu/v2/pkg/runner: module github.com/veo/vscan@latest found (v1.3.2), but does not contain package github.com/veo/vscan/pkg/naabu/v2/pkg/runner
>go build
main.go:4:2: missing go.sum entry for module providing package github.com/projectdiscovery/gologger (imported by github.com/youki992/VscanPlus); to add:
	go get github.com/youki992/VscanPlus
main.go:5:2: github.com/andybalholm/[email protected]: missing go.sum entry for go.mod file; to add it:
	go mod download github.com/andybalholm/brotli

secfb avatar May 15 '25 10:05 secfb

In fact, it also gives errors during compilation in the Linux operating system. How exactly do you compile? Do you use the go mod tidy command?

Image

go: finding module for package github.com/veo/vscan/pkg/naabu/v2/pkg/runner
go: downloading github.com/veo/vscan v1.3.2
go: github.com/youki992/VscanPlus imports
	github.com/veo/vscan/pkg/naabu/v2/pkg/runner: module github.com/veo/vscan@latest found (v1.3.2), but does not contain package github.com/veo/vscan/pkg/naabu/v2/pkg/runner
>go build
main.go:4:2: missing go.sum entry for module providing package github.com/projectdiscovery/gologger (imported by github.com/youki992/VscanPlus); to add:
	go get github.com/youki992/VscanPlus
main.go:5:2: github.com/andybalholm/[email protected]: missing go.sum entry for go.mod file; to add it:
	go mod download github.com/andybalholm/brotli

In fact, it also gives errors during compilation in the Linux operating system. How exactly do you compile? Do you use the go mod tidy command?

Image

go: finding module for package github.com/veo/vscan/pkg/naabu/v2/pkg/runner
go: downloading github.com/veo/vscan v1.3.2
go: github.com/youki992/VscanPlus imports
	github.com/veo/vscan/pkg/naabu/v2/pkg/runner: module github.com/veo/vscan@latest found (v1.3.2), but does not contain package github.com/veo/vscan/pkg/naabu/v2/pkg/runner
>go build
main.go:4:2: missing go.sum entry for module providing package github.com/projectdiscovery/gologger (imported by github.com/youki992/VscanPlus); to add:
	go get github.com/youki992/VscanPlus
main.go:5:2: github.com/andybalholm/[email protected]: missing go.sum entry for go.mod file; to add it:
	go mod download github.com/andybalholm/brotli

This is the download link for my local code, it compiles and runs normally. https://github.com/youki992/VscanPlus/releases/download/v1.0.6/vscan.zip Image

youki992 avatar May 16 '25 06:05 youki992

Thank you for your feedback. The problem does not appear when you last uploaded this. Did you add the latest version of the nuclei templates to this file? Do we need to add and compile it? The nuclei template information does not appear in the file you uploaded. Does it work without any problems when you add and compile the latest nuclei templates? Have you ever experienced this?

secfb avatar May 16 '25 13:05 secfb