Log in

View Full Version : BETA 2 of OLLYDBG 1.10


Ricardo Narvaja
February 22nd, 2004, 22:04
is in the page of olly for download

http://home.t-online.de/home/Ollydbg/beta110b.zip
("http://home.t-online.de/home/Ollydbg/beta110b.zip
")

Vesrion 1.10b - second beta


Download v1.10b now - still raw, for troubleshooting only, includes plugin.h and sources of cmdline.dll that demonstrate usage of ODBG_Plugincmd().


There is a big useful new feature: OllyDbg now can debug standalone DLLs. Just drop DLL into OllyDbg and see what happens. A brief walkthrough is available here. Also new is a SEH chain window. Other changes:


A very useful option to remove analysis from selection (shortcut: Backspace);
Attach window is resizeable (and even maximizable);
New stack commands: push doubleword and pop doubleword;
Option to copy all registers to clipboard.

Removed bugs:


Assembler supports simplified form of IMUL: IMUL reg,const. This command is disassembled as IMUL reg,reg,const. One cannot search for IMUL using imprecise register (IMUL R32,CONST - use IMUL R32,R32,CONST instead). Reported by Alexandr Yakubtchik.
Disassembler used address size instead of operand size to decode size of immediate offset (JMP FAR ssssooooooo). Reported by Karel;

Tabs in source text in Disassembler comments and info pane were displayed as small rectangles. Now they are extended to at most 8 spaces. Reported by Karel;

ARPL was decoded with 32-bit size of operands (correct decoding is ARPL r/m16,r16). Reported by Karel;
OllyDbg now should correctly work in multi-monitor configurations, but I am unable to verify this. Please check! Reported by Roel Verdult;
2-byte INT 3 (CD 03) was processed incorrectly. Reported by roticv.
That's all, enjoy and don't forget to report bugs! Unfortunately I'm very busy now and cannot answer to you emails instantly, sorry. But, earlier or later, I'll read then all

pzalps
February 23rd, 2004, 01:36
It's my pleasure

thank you

yaa
February 23rd, 2004, 09:56
Oleh ... my hero!!

yaa

mango
February 23rd, 2004, 11:26
Nice one Oleh

Gigapede
February 24th, 2004, 06:32
"Copy all registers to clipboard" doesn't copy EAX register.

debug standalone DLLs is very nice !

sgdt
February 24th, 2004, 18:18
Debugging standalone DLLs is a awsome feature! It saves a lot of work of creating "loader" programs, very much appreciated!

Again, Thank You!

(the other stuff is cool too!)

psyCK0
February 25th, 2004, 02:08
Thank you Olly! =)

Ne1 tried the DLL loader? Where does it stop? On the Entry point? In DLLMain?

TBD
February 25th, 2004, 04:32
psyCK0: check Load DLL Tutorial ("http://home.t-online.de/home/Ollydbg/Loaddll.htm") for more information (at the end there is "Details and sources"

Lord_Looser
February 27th, 2004, 13:53
Please add showing TOP_LEVEL_EXCEPTION_FILTER too
In Win2k kernel32.dll you can see for each thread it always saved at the same address 77ECA1F0.

SetUnhandledExceptionFilter:
77E9BAA3 mov ecx,dword ptr ss:[esp+4]
77E9BAA7 mov eax,dword ptr ds:[77ECA1F0]
77E9BAAC mov dword ptr ds:[77ECA1F0],ecx
77E9BAB2 retn 4

thanks

GreenLink
August 19th, 2005, 10:11
Hello
Somebody can send me OllyDBG 1,1 to:
greenlinkrpg@gmail.com?
Thanks!
Byes!

blabberer
August 19th, 2005, 11:03
get it from here ollydbg.de you should have obviously googled before
posting that the address is there in first page first hit

hey tbd when are you going to repair the search settings in the forum ??

simple
August 26th, 2005, 18:55
Hi,

it would be nice to put some tabbed windows instead od MDI?

Thanks.