News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Strange problem with OllyDbg

Started by QvasiModo, September 29, 2005, 07:01:11 PM

Previous topic - Next topic

QvasiModo

I'm experiencing a problem when stepping over some API calls, the following messagebox is shown:

Quote
No response from injected code

In order to perform action that is not supported by OS, OllyDbg has injected short piece of code into the debugged application, but received no response within 5 seconds. Do you want to wait for another 5 seconds? (If you answer No, the consistency and stability of program is not guaranteed and you should restart it as soon as possible).

Did anyone else have this problem? What could be the cause of it?

Thanks in advance :U

[attachment deleted by admin]

bozo

I've never seen this message before..what operating system,service pack are you using?


QvasiModo

The SSE registers decoding was the problem alright. I just didn't know it required code injection to be accomplished...
Thanks for your replies :U