gitextract_jzgj9f8a/ ├── .gitattributes ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.md │ │ └── incompatible-version.md │ └── workflows/ │ └── ci.yml ├── .gitignore ├── README.md ├── src/ │ ├── Patcher/ │ │ ├── BinarySearcher.cs │ │ ├── ConsoleUtility.cs │ │ ├── OperatingSystem.cs │ │ ├── Options.cs │ │ ├── PatchInfo.cs │ │ ├── Patcher.csproj │ │ ├── Patches.cs │ │ ├── Program.cs │ │ └── UnityInstallation.cs │ └── Patcher.sln └── tools/ ├── global.json └── publish.ps1