LongBeardedLion Expert Cheater
Reputation: 0
Joined: 10 Apr 2020 Posts: 174
|
Posted: Thu Jun 25, 2020 5:51 am Post subject: Setting breakpoint condition if any register has 0x5555? |
|
|
So lets say i need to see if my value is being passed in any register at a specific address. So i can do:
EAX == 0x5555 || EBX == 0x5555 || ECX == 0x5555 || EDX == 0x5555 || ESI == 0x5555 || EDI == 0x5555
Is there a faster way to do this?
|
|