Skip to content

Sharing

slicer allows you to read files from an HTTP server (with an appropriate CORS setup) using the url search parameter. This is useful for embedding slicer into outside web applications and allowing users to automatically source arbitrary files.

source URL: https://raw.githubusercontent.com/GenericException/SkidSuite/refs/heads/master/obf/obf-sample-test.jar
slicer URL: https://slicer.run?url=https://raw.githubusercontent.com/GenericException/SkidSuite/refs/heads/master/obf/obf-sample-test.jar

If you need a space for uploading files to share, bytebin and curl is a safe choice:

Terminal window
echo "https://bytebin.lucko.me/$(curl --progress-bar --data-binary @./path/to/file.jar -XPOST https://bytebin.lucko.me/post | jq -r '.key')"

A set of stylized buttons is provided for linking to slicer, akin to GitHub repository badges or the Vercel deploy button.

ButtonURLMarkdown
https://slicer.run/button.svg[![](https://slicer.run/button.svg)](https://slicer.run?url=...)
https://slicer.run/button-decompile.svg[![](https://slicer.run/button-decompile.svg)](https://slicer.run?url=...)