Re: Problem Linking (win32)
- From: "Nucleo" <spamtrap@xxxxxxxxxx>
- Date: Sat, 26 Jul 2008 14:53:53 -0500
When I open the file up in ollydbg, I receive >immediately a last error:
ERROR_INVALID_HANDLE (00000006)
The file still runs, but I'm not sure why I am >receiving the error.
But what is the problem ?
this is only the last error received by ollydbg and/or dependencies.
Your program is bug free. (I tried it)
A program cannot rely on register contents
and others things like previous errors.
I think that there is a link between the last error and the PE structure
of a program.
The behavior of Ollydbg's PE loader will be changed... without any
danger.
Patrick
P.S.: Try with another exe file, e.g. nasm.exe
--
Message posted using http://www.talkaboutprogramming.com/group/comp.lang.asm.x86/
More information at http://www.talkaboutprogramming.com/faq.html
.
- References:
- Problem Linking (win32)
- From: bwaichu@xxxxxxxxx
- Problem Linking (win32)
- Prev by Date: Re: Atomic operations in 32 and 64 bit platforms
- Next by Date: Re: Disassembler questions
- Previous by thread: Re: Problem Linking (win32)
- Next by thread: Variable values are lost
- Index(es):
Relevant Pages
|