-
Notifications
You must be signed in to change notification settings - Fork 8
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
No response #2
Comments
Can you explain me how does the hook work and what do you do in order to find the functions fingerprint? |
Ok, i found out that it hangs on the first loop that searches the INVOKE function.
|
Hi TheStraing, sorry for the late response. The function fingerprint is found by breaking somewhere inside the Invoke() function and going backwards in the callstack until you get back into the main binary. Finding the function in the first place can be tricky. Riot has made lots of changes to the client, and have quite likely removed ScaleForm at this point, though I have not checked. Which means that the Invole() function is no longer present. |
Hi, when i try to inject the dll and try to listen to the port 7000 I do not get any kind of data.
I tried use the debug version that should print the data on cmd and it doesn't show anything.
It's strange since I do not get any kind of error so the Invoke function should have been found.
The text was updated successfully, but these errors were encountered: