The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: pro3carp3 on February 17, 2005, 02:29:33 PM

Title: OllyDbg problem
Post by: pro3carp3 on February 17, 2005, 02:29:33 PM
Hello everyone.

I'm having trouble with Ollydbg once again and would appreciate any input I might receive.

After making changes to my code (using the WinASM IDE), and assembling without error, the debugger does not dissassemble a large portion of the code.  The offending line is:
    jmp eax
This line dissassembles properly, however, after this line, the debugger lists the code as a string of db values.  If I comment the jump eax line, the following code does dissassemble properly.

I loaded the file in the quick editor, assembled and then disassembled it and it worked fine.  Perhaps there is as setting in options that will help here.  Or is this a bug?
Title: Re: OllyDbg problem
Post by: MazeGen on February 17, 2005, 04:44:16 PM
In v1.10, try right-click in the disassembly window and then select Analysis -> Remove analysis from module.

For finest analysis settings use menu Options -> Debugging options and Analysis 1, Analysis 2 ans Analysis 3
Title: Re: OllyDbg problem
Post by: pro3carp3 on February 18, 2005, 02:22:28 PM
Your suggestion to remove the analysis from the module did the trick.  Thank you.
Title: Re: OllyDbg problem
Post by: ic2 on June 18, 2005, 06:42:45 AM
Do anyone know what happen to OLLY.  It use to be in english.  I can't find it here.
This is what i get when clicking the links even in the old version of OLLY link.

http://home.t-online.de/home/Ollydbg/
Taking me to:
http://brisbane.t-online.de/toi/html/de/kundenhomepages_old.html

Computer & Internet
Freizeit & Unterhaltung
Leben & Gesundheit
Kunst & Kultur
Politik & Gesellschaft
Reise & Regionen
Sport & Fitness
I would have started a new thread but it don't show that ability anymore.  No new thread bar.
Title: Re: OllyDbg problem
Post by: joe on June 18, 2005, 12:57:59 PM
OllyDbg has new home page:
http://www.ollydbg.de/
Title: Re: OllyDbg problem
Post by: ic2 on June 19, 2005, 01:59:11 PM
I was really worried for a monment.  Now i got time to finally learn how to use it.

Thanks joe