Skip to content

Environment Prep and Requirements

Crash0v3r1de edited this page Feb 14, 2023 · 1 revision

Windows Environments

If you are going to be running this tool on a windows system the only requirement is of course being on windows! .NET core has been compiled into a self contained executable that does not require any .NET core runtimes.

If you do wish to add the .NET core runtime just to be cautions or if you'd like to modify the tool with your own code and non self contained compilation then you can download the .NET core 6.0 runtime -> .NET 6.0 Download Page


Linux and Mac Users

Just like the windows self contained binaries, they are self contained so you can run them directly via command line ./'binary name'

If you'd like to add the runtime for any of your own compilation needs you can of course download those -> .NET 6.0 Download Page

Note: You may have to add execution permissions to the binary, to do so just run chmod +x 'binary name'

Clone this wiki locally