YBEKIROV2328 |
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. |
|