MultLdr-cli

module
v0.0.0-...-88e9502 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2024 License: MIT

README

MultLdr-cli


MultLdr-cli is a command line interface for the MultLdr project, created by @Pengrey.


Installation

  • Run go build in the src directory of the project to build the binary.

  • Or use the pre-built binary in the bin directory.

$ cd src
# Build for linux
$ GOOS=linux GOARCH=amd64 go build -o ../bin/multldr-cli_linux

# Build for windows (64-bit)
$ GOOS=windows GOARCH=amd64 go build -o ../bin/multldr-cli_64.exe

# Build for windows (32-bit)
$ GOOS=windows GOARCH=386 go build -o ../bin/multldr-cli_32.exe

# Build for mac
$ GOOS=darwin GOARCH=amd64 go build -o ../bin/multldr-cli_mac

Demo

https://github.com/MultSec/MultLdr-cli/assets/55480558/7093f878-9f53-4ef2-abc9-cf2fd2391ada

Documentation

For more information on how to use the MultLdr-cli, check the documentation

License

This project is licensed under the GNU General Public License - see the LICENSE file for details.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL