sabbato753
May 26th, 2010, 15:29
I'm wondering if there's a plugin that would allow me to break on opening a specific filename (names are not in the executable as strings, but are instead computed on runtime).
I've tried using MemoryWatch to break on seeing the ASCII name going through the registers, but it hasn't seemed to work yet, and there are over 500 files loaded before the one I want so hitting F9 for every instance of CreateFileA isn't gonna cut it.
Thank you for any help!
I've tried using MemoryWatch to break on seeing the ASCII name going through the registers, but it hasn't seemed to work yet, and there are over 500 files loaded before the one I want so hitting F9 for every instance of CreateFileA isn't gonna cut it.
Thank you for any help!