 |
Cheat Engine The Official Site of Cheat Engine
|
View previous topic :: View next topic |
Author |
Message |
Antoshick Advanced Cheater
Reputation: 0
Joined: 02 Nov 2018 Posts: 56
|
Posted: Tue Jan 07, 2020 5:35 am Post subject: Windows.UI.dll - CE 7.0 Assembler inject error |
|
|
Hi there,
I have some problem with script injection on CE 7.0
Here is place where i try to inject
Code: | "Windows.UI.dll"+67EC7: 48 8B 93 F0 0C 00 00 - mov rdx,[rbx+00000CF0]
"Windows.UI.dll"+67ECE: 48 8D 0D D3 D0 0C 00 - lea rcx,[Windows.UI.dll+134FA8]
"Windows.UI.dll"+67ED5: 48 8B 40 38 - mov rax,[rax+38]
"Windows.UI.dll"+67ED9: FF 15 21 60 09 00 - call qword ptr [Windows.UI.dll+FDF00]
"Windows.UI.dll"+67EDF: 84 C0 - test al,al
"Windows.UI.dll"+67EE1: 74 15 - je Windows.UI.dll+67EF8
"Windows.UI.dll"+67EE3: 4C 8B C6 - mov r8,rsi
"Windows.UI.dll"+67EE6: 48 8B D7 - mov rdx,rdi
"Windows.UI.dll"+67EE9: 48 8B CB - mov rcx,rbx
"Windows.UI.dll"+67EEC: E8 C3 FC FF FF - call Windows.UI.dll+67BB4
// ---------- INJECTING HERE ----------
"Windows.UI.dll"+67EF1: 40 88 BB 00 08 00 00 - mov [rbx+00000800],dil
// ---------- DONE INJECTING ----------
"Windows.UI.dll"+67EF8: 48 8B CB - mov rcx,rbx
"Windows.UI.dll"+67EFB: E8 D0 C9 FB FF - call Windows.UI.dll+248D0
"Windows.UI.dll"+67F00: 48 8D B3 D0 04 00 00 - lea rsi,[rbx+000004D0]
"Windows.UI.dll"+67F07: 48 8B CE - mov rcx,rsi
"Windows.UI.dll"+67F0A: E8 A1 17 FF FF - call Windows.UI.dll+596B0
"Windows.UI.dll"+67F0F: 48 85 C0 - test rax,rax
"Windows.UI.dll"+67F12: 74 78 - je Windows.UI.dll+67F8C
"Windows.UI.dll"+67F14: 48 83 65 38 00 - and qword ptr [rbp+38],00
"Windows.UI.dll"+67F19: 48 83 65 28 00 - and qword ptr [rbp+28],00
"Windows.UI.dll"+67F1E: 48 8D 4D 28 - lea rcx,[rbp+28] |
In CE 6.8.3 all fine
Code: | "Windows.UI.dll"+67EC7: 48 8B 93 F0 0C 00 00 - mov rdx,[rbx+00000CF0]
"Windows.UI.dll"+67ECE: 48 8D 0D D3 D0 0C 00 - lea rcx,[Windows.UI.dll+134FA8]
"Windows.UI.dll"+67ED5: 48 8B 40 38 - mov rax,[rax+38]
"Windows.UI.dll"+67ED9: FF 15 21 60 09 00 - call qword ptr [Windows.UI.dll+FDF00]
"Windows.UI.dll"+67EDF: 84 C0 - test al,al
"Windows.UI.dll"+67EE1: 74 15 - je Windows.UI.dll+67EF8
"Windows.UI.dll"+67EE3: 4C 8B C6 - mov r8,rsi
"Windows.UI.dll"+67EE6: 48 8B D7 - mov rdx,rdi
"Windows.UI.dll"+67EE9: 48 8B CB - mov rcx,rbx
"Windows.UI.dll"+67EEC: E8 C3 FC FF FF - call Windows.UI.dll+67BB4
// ---------- INJECTING HERE ----------
"Windows.UI.dll"+67EF1: E9 0A 81 F8 FF - jmp 7FFEE6BA0000
// ---------- DONE INJECTING ----------
"Windows.UI.dll"+67EF6: 90 - nop
"Windows.UI.dll"+67EF7: 90 - nop
"Windows.UI.dll"+67EF8: 48 8B CB - mov rcx,rbx
"Windows.UI.dll"+67EFB: E8 D0 C9 FB FF - call Windows.UI.dll+248D0
"Windows.UI.dll"+67F00: 48 8D B3 D0 04 00 00 - lea rsi,[rbx+000004D0]
"Windows.UI.dll"+67F07: 48 8B CE - mov rcx,rsi
"Windows.UI.dll"+67F0A: E8 A1 17 FF FF - call Windows.UI.dll+596B0
"Windows.UI.dll"+67F0F: 48 85 C0 - test rax,rax
"Windows.UI.dll"+67F12: 74 78 - je Windows.UI.dll+67F8C
"Windows.UI.dll"+67F14: 48 83 65 38 00 - and qword ptr [rbp+38],00 |
But on CE 7.0 game always crash
Code: | "Windows.UI.dll"+67EC7: 48 8B 93 F0 0C 00 00 - mov rdx,[rbx+00000CF0]
"Windows.UI.dll"+67ECE: 48 8D 0D D3 D0 0C 00 - lea rcx,[Windows.UI.dll+134FA8]
"Windows.UI.dll"+67ED5: 48 8B 40 38 - mov rax,[rax+38]
"Windows.UI.dll"+67ED9: FF 15 21 60 09 00 - call qword ptr [Windows.UI.dll+FDF00]
"Windows.UI.dll"+67EDF: 84 C0 - test al,al
"Windows.UI.dll"+67EE1: 74 15 - je Windows.UI.dll+67EF8
"Windows.UI.dll"+67EE3: 4C 8B C6 - mov r8,rsi
"Windows.UI.dll"+67EE6: 48 8B D7 - mov rdx,rdi
"Windows.UI.dll"+67EE9: 48 8B CB - mov rcx,rbx
"Windows.UI.dll"+67EEC: E8 C3 FC FF FF - call Windows.UI.dll+67BB4
// ---------- INJECTING HERE ----------
"Windows.UI.dll"+67EF1: FF 25 00 00 00 00 00 00 CF DE 24 01 00 00 - jmp 124DECF0000
// ---------- DONE INJECTING ----------
"Windows.UI.dll"+67EFF: 90 - nop
"Windows.UI.dll"+67F00: 90 - nop
"Windows.UI.dll"+67F01: 8D B3 D0 04 00 00 - lea esi,[rbx+000004D0]
"Windows.UI.dll"+67F07: 48 8B CE - mov rcx,rsi
"Windows.UI.dll"+67F0A: E8 A1 17 FF FF - call Windows.UI.dll+596B0
"Windows.UI.dll"+67F0F: 48 85 C0 - test rax,rax
"Windows.UI.dll"+67F12: 74 78 - je Windows.UI.dll+67F8C
"Windows.UI.dll"+67F14: 48 83 65 38 00 - and qword ptr [rbp+38],00
"Windows.UI.dll"+67F19: 48 83 65 28 00 - and qword ptr [rbp+28],00
"Windows.UI.dll"+67F1E: 48 8D 4D 28 - lea rcx,[rbp+28] |
Can i bypass it effect while it will be fixed?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25806 Location: The netherlands
|
Posted: Tue Jan 07, 2020 6:19 am Post subject: |
|
|
disable querymemoryregions in settings->extra
also, make sure your 3th alloc parameter is set properly
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Antoshick Advanced Cheater
Reputation: 0
Joined: 02 Nov 2018 Posts: 56
|
Posted: Tue Jan 07, 2020 11:25 am Post subject: |
|
|
Dark Byte wrote: | disable querymemoryregions in settings->extra
also, make sure your 3th alloc parameter is set properly |
disable querymemoryregions - now work fine, thanks.
|
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|