| View previous topic :: View next topic |
| Author |
Message |
lylcheat Cheater
Reputation: 0
Joined: 14 Feb 2009 Posts: 33 Location: Planet 3 Solar System Orion Arm Spiral Galaxy Milky Way
|
Posted: Wed Apr 01, 2026 4:41 am Post subject: How to Read XMM0 In Breakpoint Handler |
|
|
According to some old posts I've found these should give me the content of XMM0 in a breakpoint handler
| Code: |
:
debug_getContext(true) ;
local regXMM0=byteTableToDouble(XMM0);
print(string.format("..result from xmm0:%f",regXMM0));
i, v in ipairs(XMM0) do
print("Byte " .. i .. ": " .. v)
end
:
|
But instead, float 0.0 is printed, and all the bytes in the XMM0 table are 0x00. Is my understanding incorrect?
Last edited by lylcheat on Wed Apr 01, 2026 9:51 am; edited 2 times in total |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 473
Joined: 09 May 2003 Posts: 25906 Location: The netherlands
|
Posted: Wed Apr 01, 2026 5:20 am Post subject: |
|
|
Which debugger interface do you use and which version of CE?
Assuming the breakpoint you're currently halted on contains a value on the xmm register it should show it.
Is the target 32 bit? If so, it may be in tbe fp register instead
_________________
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 |
|
 |
lylcheat Cheater
Reputation: 0
Joined: 14 Feb 2009 Posts: 33 Location: Planet 3 Solar System Orion Arm Spiral Galaxy Milky Way
|
Posted: Wed Apr 01, 2026 9:43 am Post subject: |
|
|
64bit cheat engine 7.6 on 64bit target
Setting:
Preferred breakpoint method
- hardware Breakpoints (Max4)
Debugger Method:
- dbvm-level debugger
Debugger interface config:
- checked: Trigger copy-on-write before activating watches
- checked: Kernelmode breaks (when possible)
- unchecked: targeted process only, unchecked
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 473
Joined: 09 May 2003 Posts: 25906 Location: The netherlands
|
Posted: Wed Apr 01, 2026 9:59 am Post subject: |
|
|
ah yes. dbvm level may have an issue there
AMD cpu ?
_________________
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 |
|
 |
lylcheat Cheater
Reputation: 0
Joined: 14 Feb 2009 Posts: 33 Location: Planet 3 Solar System Orion Arm Spiral Galaxy Milky Way
|
Posted: Wed Apr 01, 2026 11:44 am Post subject: |
|
|
intel (4th gen )
|
|
| Back to top |
|
 |
|