Hi,
I'm trying to create a conditional breakpoint based on the match of a string expression with OllyDBG version 2.1, but the same syntax that worked in version 1.x doesn't seem to be working in 2.x:
[STRING [ESP + 4]] == "abc"
This results in an error:
Condition: Invalid operation '='
I've tried just about everything I can think of, but every variation I've tried results in some form of a syntax error. I also cannot find any documentation for Olly 2 that mentions string expressions (I should note - the examples from the Olly 1 documentation do not work with Olly 2).
Does anyone have any idea what the syntax for string matches in Olly 2 is? Or some place where I could find the answer (short of reverse engineering olly itself)?







