-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] How do you found out the riot api endpoint? #1
Comments
I've been looking at what the browser does for login, and I've also logged the riotclient's web requests using moonshadow's tools (https://github.com/moonshadow565/ssl_hook and https://github.com/moonshadow565/ssl_key_dump). |
@Morilli hey, |
Should be, at least I am not aware of any terms disallowing that. |
alright thank, and do you have any documentation how to inject like any specific injector or any manually method ? |
The way I know is to use xenos, wireshark and the ssl_key_dump dll i linked above (needs to be built 32-bit). You then start xenos (32-bit), add the built dll to it and set the startup option to manual start, native injection and add the path to the riotclientservices.exe for it to wait for (sorry I'm not at home, so I don't know the exact names and can't give you screenshots). You'll then need to start wireshark, in protocol settings add the keylog file (should be You should now be able to view all requests in decrypted form in wireshark if everything worked correctly. |
nice, thank you and what about ingame apis ? |
Ingame I'm honestly not sure as I havent done anything with that yet. Although I assume it could work in a similar way by ssl injecting into the |
Also in Which would be https://valorant.secure.dyn.riotcdn.net/channels/public/releases/92A6179A365E5543.manifest |
@Morilli hi! I am very interested in this question as of 8/2023. Is there any more detailed tutorial or examples to hook into the valorant client to get the ssl key logs and use it in wireshark to see the traffic? New in this field and would like to know more on how to do it. Not sure what is a reliable place to get something like xenos |
You should try avoiding touching the Valorant client process as it can lead to a ban. |
@KyeOnDiscord thank you for the suggestion, is it ok if i message you on discord for further questions? |
Sorry, my dms are closed |
No description provided.
The text was updated successfully, but these errors were encountered: