├── CsharpToNimByteArray.ps1 ├── LICENSE ├── README.md ├── autoNim.ps1 ├── nimCrypter.nim ├── nimLoader.nim └── syscalls.nim /CsharpToNimByteArray.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maninwire/nimLoader/HEAD/CsharpToNimByteArray.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maninwire/nimLoader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maninwire/nimLoader/HEAD/README.md -------------------------------------------------------------------------------- /autoNim.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maninwire/nimLoader/HEAD/autoNim.ps1 -------------------------------------------------------------------------------- /nimCrypter.nim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maninwire/nimLoader/HEAD/nimCrypter.nim -------------------------------------------------------------------------------- /nimLoader.nim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maninwire/nimLoader/HEAD/nimLoader.nim -------------------------------------------------------------------------------- /syscalls.nim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maninwire/nimLoader/HEAD/syscalls.nim --------------------------------------------------------------------------------