-
Notifications
You must be signed in to change notification settings - Fork 215
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
Add 東京Necro hook #362
Add 東京Necro hook #362
Conversation
This thing is pointing at a wrong memory location due to the fact that there's another function that STARTS THE SAME. I'll use another method to do this.
After implementing everything I am wondering if the hook should be |
Searching for this much data shouldn't be necessary. If you're finding the wrong function try using Util::SearchMemory which returns all matches and hooking all of them. |
Ok, will try to reduce the amount of memory to look for and if that doesn't work I'll use |
Reducing the amount of memory and using
I'll try to use a different piece of code that's inside the function we need as this doesn't seem ideal. |
The function now looks for 10 bytes. Maybe we could look for even less, but I wanted to be sure. |
Also, given the implementation, should I update the hook code description to be |
Tl;dr
Added a 東京Necro hook after finding it using Cheat Engine.
The hook code is the following:
HS-14*8@B5420:TokyoNecro.exe
Implementation details
TOKYONECRO
as text resource if Nitroplus package files are foundTesting
Additional notes