- .NET 8.0 SDK
- Windows SDK 10.0
- Clone the repo
- Open terminal in repo and run
dotnet publish -c Release -o bin\
- Run
bin/install.bat
(as admin) to activate the core module - Put your JavaScript files in
bin/preload
folder
bin/
|__ RitoClient.dll
|__ preload/
|__ hello.js
|__ ... .js
- Launch your Riot Client and enjoy!
- Ctrl + Shift + R to reload the client
- Ctrl + Shift + I to open the remote DevTools
For testing the latest .NET SDK and Native AOT. Some code in this repo come from PenguLoader but C# version.
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.
IFEO mode is back! #90c4f72
The 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.