{"id":13633005,"url":"https://github.com/nomi-san/RitoClient","last_synced_at":"2025-04-18T10:33:42.651Z","repository":{"id":190410174,"uuid":"682546912","full_name":"nomi-san/RitoClient","owner":"nomi-san","description":"🤿 Deep dive into your RiotClient UX","archived":false,"fork":false,"pushed_at":"2024-09-11T04:25:09.000Z","size":602,"stargazers_count":31,"open_issues_count":2,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-09T02:32:49.428Z","etag":null,"topics":["devtools","injector","lcu-api","league-of-legends","riot-client","riot-games","riotclient"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nomi-san.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-24T12:06:22.000Z","updated_at":"2024-09-28T13:26:23.000Z","dependencies_parsed_at":"2024-04-16T11:52:57.203Z","dependency_job_id":"8fc915ac-f72d-4a93-8901-0ea63a9717dd","html_url":"https://github.com/nomi-san/RitoClient","commit_stats":null,"previous_names":["nomi-san/ritoclient"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomi-san%2FRitoClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomi-san%2FRitoClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomi-san%2FRitoClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomi-san%2FRitoClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nomi-san","download_url":"https://codeload.github.com/nomi-san/RitoClient/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249479042,"owners_count":21279184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devtools","injector","lcu-api","league-of-legends","riot-client","riot-games","riotclient"],"created_at":"2024-08-01T23:00:22.932Z","updated_at":"2025-04-18T10:33:42.639Z","avatar_url":"https://github.com/nomi-san.png","language":"C#","funding_links":[],"categories":["Developer Tools"],"sub_categories":[],"readme":"\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://i.imgur.com/WfGUuSy.png\" width=\"96\" height=\"96\" /\u003e\n  \u003ch3 align=\"center\"\u003e\u003cstrike\u003eRiotClient\u003c/strike\u003e\u003c/h3\u003e\n  \u003ch1 align=\"center\"\u003eRitoClient\u003c/h1\u003e\n  \u003cp align=\"center\"\u003e\n    🤿 Deep dive into your RiotClient UX\n  \u003c/p\u003e\n  \u003ca href=\"https://github.com/nomi-san/RitoClient\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/nomi-san/RitoClient.svg?style=for-the-badge\u0026logo=github\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/nomi-san/RitoClient/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-brightgreen.svg?style=for-the-badge\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n## 🔨 Building\n\n### Prerequisites\n\n- .NET 8.0 SDK\n- Windows SDK 10.0\n\n### Build steps\n\n- Clone the repo\n- Open terminal in repo and run\n\n```\ndotnet publish -c Release -o bin\\\n```\n\n## 🌟 Getting started\n\n### Installation\n\n1. Run `bin/install.bat` (as admin) to activate the core module\n2. Put your **JavaScript** files in `bin/preload` folder\n\n```\nbin/\n  |__ RitoClient.dll\n  |__ preload/\n     |__ hello.js\n     |__ ... .js\n```\n\n3. Launch your **Riot Client** and enjoy!\n\n### Key bindings\n- \u003ckbd\u003eCtrl + Shift + R\u003c/kbd\u003e to reload the client\n- \u003ckbd\u003eCtrl + Shift + I\u003c/kbd\u003e to open the **remote DevTools**\n\n![image](https://github.com/nomi-san/RitoClient/assets/38210249/8d1adc0e-9a52-4b06-93e0-660aa84ab9a5)\n\n## 🤔 FAQs\n\n#### Why C# AOT?\nFor testing the latest .NET SDK and Native AOT. Some code in this repo come from [PenguLoader](https://github.com/PenguLoader/PenguLoader) but C# version.\n\n#### Why no more IFEO?\n~~The new RiotClient Electron uses single executable for both browser process and renderer process, so the IFEO debugger will not work due to chrome_elf.~~\n\nIFEO mode is back! [#90c4f72](https://github.com/nomi-san/RitoClient/commit/90c4f7269dcd8771242583eb3dab12b93bf718ba)\n\n#### Why remote DevTools?\nThe new method is to enable remote debugger inside the Electron app, however the app has disabled built-in DevTools. Cannot create a BrowserWindow, so the remote DevTools should be opened in your web browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomi-san%2FRitoClient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnomi-san%2FRitoClient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomi-san%2FRitoClient/lists"}