View previous topic :: View next topic |
Author |
Message |
YBEKIROV2328 Guest
|
Posted: Sun Apr 12, 2015 11:23 am Post subject: Can a debug brake point have more than 1 byte? |
|
|
Hello fellow users,
I have a question for you i need help with this code.
Code: | function debugger_onBreakpoint()
if (EIP == 0x0069B9E3) then
hasChangedARegister=true
ECX=42C80000
changedECX=true
end |
Where it says ECX it wont let me put more then 1 byte when i want to make it 42C80000 only 1-9 digits can any one help me with this would be much appreciated.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25794 Location: The netherlands
|
Posted: Sun Apr 12, 2015 11:54 am Post subject: |
|
|
0x42c80000
_________________
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 |
|
 |
|