Log in

View Full Version : OLDB crash


dexta666
July 14th, 2006, 00:12
when i try and debug a program i get a crash!

AppName: ollydbg.exe AppVer: 1.0.10.0 ModName: ollydbg.exe
ModVer: 1.0.10.0 Offset: 000a74cf

disavowed
July 14th, 2006, 01:07
so?

Kayaker
July 14th, 2006, 01:19
Tried OllyDbg? No, I'm not being facetious, what I mean is, when you have an RCE problem you, well, debug it. Make a second copy of OllyDbg and open it in OllyDbg (or other debugger), set a breakpoint where the error is occurring and start to explore it.

If you do this and set a bp at 4a74cf you'll see the access violation occurs when EDX is accessed, part of a generic string parsing loop, if we're both dealing with the same Olly version. This instruction is called many times and is used in parsing path names, disassembler output and other strings. You need to follow this execution a bit and find out more about why it might be crashing.

Does this occur only with one particular app or with all apps? If the latter it sounds more like you've got a corrupt OllyDbg and first should try to reinstall it. Your error report doesn't tell us much other than you need to do some more digging.

Kayaker

blabberer
July 14th, 2006, 10:08
well try this google query

Results 1 - 5 of about 13 for ollydbg 4a74cf. (0.60 seconds)

then with the information you gained with the results of this search
try this forum again

you will find some wealth of information and hopefully it will lead you to
somewhere else where solutions exist for the problem and some premade utilities that already answer your prayers

btw if you cant read chinese russian greek and latin google provides you a translate this page button on right

Kayaker
July 14th, 2006, 10:15
Heheh, I was wondering if it might be that