View Full Version : trace command
Anonymous
September 6th, 2003, 07:04
How do i set "Command is one of: xor eax,eax" as u can do in ctrl+t but i wanna use toc in cmdline?
blabberer
September 7th, 2003, 04:12
i wanna use toc in cmdline? toc ???? cmdline ???? be clear else no answer is going to come
in ctrl+ t you can check mark the the command is one of and write
XOR R32,R32 and olly will pause if any of the commands is executed
xor eax,eax,
xor eax,edx,
xor any register, any other register
if you want to stop on byte xorring like xor al,bl
then you can use XOR R8,R8
you can also try using XOR RA,RB if registers are different (it is quicker to zero in)
Anonymous
September 7th, 2003, 07:45
I wanna set "Command is one of" using commandline? hard to understand?
Anonymous
September 7th, 2003, 11:27
Well, I don't understand, and it seems no one else does either.
Explain what you want better.
Anonymous
September 7th, 2003, 15:59
I don't want to have to set it in ctrl+t i want to set it in commandline ok ??? example... toc eip==xor eax,eax
Anonymous
September 8th, 2003, 05:09
???
Anonymous
September 8th, 2003, 12:01
My god, are you all stupid ppl? What he means is that he wants to use the command line or command bar plugin and type something like "bp blah if eip='xor eax, eax'".
For example: instead of pressing F2 on a disassembly line at address 401000 you can write bp 401000 in a command line plugin.
Anonymous
September 8th, 2003, 15:33
so as you are the only one here not stupid, tell him how to do it.
Teerayoot
September 8th, 2003, 23:15
http://www.polarhome.com:793/~teerayoot/html/smilies/lol.gif
Teerayoot
September 9th, 2003, 00:42
"Stupid" is a word that prick all debugger heart.So do not use it if possible

Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.