Log in

View Full Version : dll detecting olly, cant disassemble


imashane
July 30th, 2004, 12:54
While trying to disassemble a dll, it detects olly and exits. I cant view the disassembly. Is there anyway I can see the code without executing it?

psyCK0
August 2nd, 2004, 00:39
I would suggest using a disassembler (not a debugger) for the job.

1bitshort
August 2nd, 2004, 05:20
While trying to disassemble a dll, it detects olly and exits.
It can only do that if it runs. If all you want to do is disassemble and look at its code, then set "Break on new module (DLL)" in Debugging Options | Events

psycko - are you saying Ollydbg's disassembler isnt good enough?

psyCK0
August 2nd, 2004, 06:38
1bitshort: hehe, to each his own. Personally I prefer IDA (after shelling out $200 for a license I kinda HAVE to use it, right? =) ).