samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Tue Jul 03, 2007 1:47 pm Post subject: |
|
|
Well, what the functions of these are:
First, the registers:
| Code: |
[ ] EAX ________
[ ] EBX ________
[ ] ECX ________
[ ] EDX ________
[ ] ESI _________
[ ] EDI _________
[ ] EBP _________
[ ] ESP _________
[ ] EIP __________
|
If you see something like the opcode such as "mov eax, ebx", then if you use the function Change Register at this Location, and put your own value into EBX, instead of moving the previous value of EBX, it will put your value into EAX. You have to check the little box next to them if you want to edit them, however.
Next, the flags:
| Code: |
CF [ ] [ ]
PF [ ] [ ]
AF [ ] [ ]
ZF [ ] [ ]
SF [ ] [ ]
OF [ ] [ ]
|
I dont really have time to explain what they do at the moment, because I have a guitar lesson to go to, however ticking one of them will signify that it is true, such as ZF, if you tick the first one, it means ZF is true, I forget what the second one is though--I'll have to look it up. |
|