easy assembly loader for s&box
pounds& patches s&box to load custom assemblies, making it possible to code anything you want - you don't even need the editor!
- create a folder in the s&box root called
poundsand
- patch Microsoft.CodeAnalysis.dll in <s&box root>/bin/managed using the patcher tool
- do
patcher -v -p <path to dll>
- do
- compile the bootstrap - place
bootstrap.dll
in the poundsand folder you made before - put the assemblies you want to run in that poundsand folder!