/shellstorm-qt

Minimal Cross-Platform GUI written in Qt6 for shell-storm.org, allows to search, edit and save shellcode at your will.

Primary LanguageC++

Shellstorm-Qt

README to come.

# run the program with the following (on nixos)
nix develop github:algoatson/shellstorm-qt  # (need to fix and remove this step in the future)
nix run github:algoatson/shellstorm-qt

# run the program with the following (on other Linux distro, Windows (not tested) and MacOS (not tested)).
git clone https://github.com/algoatson/shellstorm-qt
cd src/build
cmake ..
cmake --build . --config Release

More to come...