News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

OllyDbg problem

Started by pro3carp3, February 17, 2005, 02:29:33 PM

Previous topic - Next topic

pro3carp3

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?
LGC

MazeGen

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

pro3carp3

Your suggestion to remove the analysis from the module did the trick.  Thank you.
LGC

ic2

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.

joe


ic2

I was really worried for a monment.  Now i got time to finally learn how to use it.

Thanks joe