Olly conditional breakpoint help
I am using OllyDbG and am somewhat of a newb.
Anyway, I successfully breakpointed on the function Kernel32.Writefile when I save the file.
I want to create a conditional breakpoint on Kernel32.Writefile, but only when it refers to a specific file indentified by the filename. Now the first parameter of Kernel32.Writefile is ".hFile" which identifies the file, so that's exactly what I need to use.
So yeah, I only want to break when Kernel32.Writefile writes to a specific file identified by it's filename using a conditional breakpoint in Olly. I don't have any experience in conditional breakpoints.
I searched and found this topic, maybe someone can make sense of it?
http://ollydbg.win32asmcommunity.net/index.php?action=vthread&forum=1&topic=310&page=
Last edited by Rhodium; 07-18-2003 at 08:04.
|