Log in

View Full Version : loading prog with olly


tra
June 4th, 2005, 08:58
Hello!

I'm a beginner in using olly debug!

if i load a special programm without to start it , it stopps first in kernel32.dll
and not at the eip. if i press play, the progzess terminates.

i used the program PEiD to watch if it is protected ,and PEiD told:

'Microsoft Visual C# / Basic .NET [Overlay]'
Entrypoint: 0004F3BE

does anyone now how the go to the OEP?

thsnx a lot...

hosiminh
June 4th, 2005, 13:57
Snipped from Ollydbg.hlp:

Quote:

OllyDbg is unable to debug .NET applications.



Quote:

OllyDbg can’t debug .NET applications. .NET programs consist of pseudocode that Windows interpretes or compiles on-the-fly to native ’86 commands.



RTFM sometimes might be very helpfull

tra
June 4th, 2005, 14:33
to hosiminh:

OK...Thanx