The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: QvasiModo on September 29, 2005, 07:01:11 PM

Title: Strange problem with OllyDbg
Post by: QvasiModo on September 29, 2005, 07:01:11 PM
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]
Title: Re: Strange problem with OllyDbg
Post by: bozo on October 02, 2005, 07:56:47 AM
I've never seen this message before..what operating system,service pack are you using?
Title: Re: Strange problem with OllyDbg
Post by: Broken Sword on October 02, 2005, 07:15:16 PM
You can get answer from here: http://ollydbg.win32asmcommunity.net/index.php?action=vthread&forum=3&topic=1354
Title: Re: Strange problem with OllyDbg
Post by: QvasiModo on October 03, 2005, 03:52:03 PM
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