Log in

View Full Version : forcing OllyDbg


Crick
November 13th, 2002, 23:26
Hi all!

Is it possible to force OllyDbg to assume that a particular piece of a program being disassembled/debugged is data or code ? (a la IDA)

Thx in advance.
Crick

TBD
November 13th, 2002, 23:51
Crick: nope ... in this versions is not possible. i talked with Olly about this problem and for this he must change a lot in his code.

maybe in the future it will be possible but not for now.

you can only select in Dump window to show as disassembly, no analysis thou

Anonymous
November 16th, 2002, 07:47
well, mainly ollydbg is coded for an debugging and just uses a simple disasm engine to parse the opcodes from mem/exe..
ida team are dealing only with dead listening :-)
there for they have made an smart disassembler...