kapusta
October 3rd, 2004, 14:03
Hi!
I can't load simple program in OllyDbg.
System: Windows 2000
Source code of program (console application):
.386
.model flat,stdcall
.code
start:
mov eax, 2
add eax, 3
ret
end start
When I’m trying to load program in OllyDbg, there are no assembly commands in upper left window. When I press F8, debugger displays message:
dont't know how to step because memory at address 793A87B3 is not readable, try to change EIP or pass exception to rpogram
Please, help!
I can't load simple program in OllyDbg.
System: Windows 2000
Source code of program (console application):
.386
.model flat,stdcall
.code
start:
mov eax, 2
add eax, 3
ret
end start
When I’m trying to load program in OllyDbg, there are no assembly commands in upper left window. When I press F8, debugger displays message:
dont't know how to step because memory at address 793A87B3 is not readable, try to change EIP or pass exception to rpogram
Please, help!