WhiteDeath How do I cheat?
Reputation: 0
Joined: 29 Jan 2024 Posts: 1
|
Posted: Mon Jan 29, 2024 9:46 am Post subject: .dll injection |
|
|
hello i have a quick question..seem the cheat engine have only for injection the jmp is possible use other methods for example i have one .exe that i want make "hookapi" but the part i want patched is like this:
cmp dword ptr [rsp+30],00 and i want change this cmp dword ptr [rsp+30],01 but when i click on injection code
originalcode:
cmp dword ptr [rsp+30],01
exit:
jmp returnhere
"RedshiftLicensingTool.exe"+48737E:
jmp newmem
returnhere:
also i need add more "injection of other address on same injection code if possible?
if make it like this would work:
cmp dword ptr [rsp+30],00
exit:
jmp returnhere
"RedshiftLicensingTool.exe"+48737E:
cmp dword ptr [rsp+30],01
returnhere:
thanks for any kind help and apologies for newbie questions!
|
|