├── .gitignore ├── InternalServerProcess.cs ├── LICENSE ├── README.md └── StartExternalProcess.cs /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josh4364/IL2cppStartProcess/HEAD/.gitignore -------------------------------------------------------------------------------- /InternalServerProcess.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josh4364/IL2cppStartProcess/HEAD/InternalServerProcess.cs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josh4364/IL2cppStartProcess/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josh4364/IL2cppStartProcess/HEAD/README.md -------------------------------------------------------------------------------- /StartExternalProcess.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josh4364/IL2cppStartProcess/HEAD/StartExternalProcess.cs --------------------------------------------------------------------------------