Welcome to jamesfinnigan.com Sign in | Join | Help
Finding where a bad HRESULT is returned
I've looked at this a couple times , but here's another way to break when the error code you're looking at is being returned. .while(@eax != 0xc0000005) { t ; reax } If you want to avoid the output noise, you can do something like this: .while(@eax != Read More...
Posted: Wednesday, May 30, 2007 10:38 PM by James Finnigan
Filed under: ,

Comments

No Comments

Anonymous comments are disabled