Skip to content

Superredstone/Port-Scanner

Repository files navigation



Screenshots



How to build (Please look at this guide, don't try it lonely)

It is recommended to build on Linux or MacOS

git clone https://github.com/Superredstone/Port-Scanner.git
cd Port-Scanner/

Windows

amd64

env GOOS=windows GOARCH=amd64 go build -o PortScanner-windows-amd64.exe -ldflags="-H windowsgui" .

arm

env GOOS=windows GOARCH=arm go build -o PortScanner-windows-amd64.exe -ldflags="-H windowsgui" .

Adding rsrc

go get github.com/akavel/rsrc
rsrc -arch amd64 -ico assets/icon.ico

Linux

env GOOS=linux GOARCH=amd64 go build -o PortScanner-linux-amd64 .

MacOS

You can build MacOS only if you are on MacOS

env GOOS=darwin GOARCH=amd64 go build -o PortScanner-macos-amd64 .

iOS

You can build for iPhones only if you are on MacOS

env GOOS=

Android

To build Android you need Android Studio SDK and JDK

DOON'T REMOVE THE DOT AT THE END OF THE COMMAND

gogio -target android -o build/PortScanner-android.apk -icon assets/icon.png -appid com.portscanner.superredstone .

Donate ❤️

Every donation is appriciated <3

Buy Me a Coffee at ko-fi.com

License

GNU GPL V3