There's a specific instruction (movbe) which is only supported by modern CPUs (2016+ I think, maybe a bit before), so the injection I wrote won't work.
There's a fix that could work which is doing a graphic pack to use a PowerPC detour instead of an x86 detour but doing that implies a major rewrite of the tool.
There's a specific instruction (
movbe
) which is only supported by modern CPUs (2016+ I think, maybe a bit before), so the injection I wrote won't work. There's a fix that could work which is doing a graphic pack to use a PowerPC detour instead of an x86 detour but doing that implies a major rewrite of the tool.