peddroelm Advanced Cheater
Reputation: 0
Joined: 03 Oct 2014 Posts: 84
|
Posted: Mon Jun 03, 2019 7:45 am Post subject: Tracer Result Window Search Docu/Examples ? |
|
|
Break and trace function (at first glance seems to have huge potential in fallowing the damage calculation chains I'm after) :
How do I search for an instruction or for an address or for a value [] of type between (min, max) ?
I can do this in the exported text file but would be useful to be able to do it in the tracer window as well to be able to fallow the 'flow' ?
EDIT:
OK
this seemed to do the trick:
example
Transform this "EIP=0149BBC2" from your text file match into:
EIP==0x0149BBC2 and feed it to the CE tracer window search button and it will get you there within the trace tree ..
|
|