Add Unityx86, Mono, WOLFRPG and Godot engine hook support (#17)

example-game: [NoMeme] PHOENIXES

Fix By [DDWSdwqdq](https://github.com/Artikash/Textractor/pull/834)

Co-authored-by: DDWSdwqdq <53893117+DDWSdwqdq@users.noreply.github.com>
This commit is contained in:
Shoaib Shakeel 2022-09-19 20:53:12 +02:00 committed by hentaitaku
parent 1e93ceafc3
commit 1f7d8d77a8

View File

@ -9,6 +9,7 @@
namespace Engine
{
enum : DWORD { X64_MAX_REL_ADDR = 0x00300000 };
/** Artikash 6/7/2019
* PPSSPP JIT code has pointers, but they are all added to an offset before being used.
Find that offset so that hook searching works properly.