A forum for reverse engineering, OS internals and malware analysis 

 #13140  by thisisu
 Thu May 10, 2012 9:44 pm
Hello,

I am trying to learn how to reverse in Ollydbg using this tutorial: http://tuts4you.com/download.php?list.17
I would like to use the ollydbg.ini recommended in the guide as opposed to the default settings because it looks more beginner friendly and it was what Lena is using the guide.

Problem is, when I open the ReverseMe.exe from exercise one in Olly using the using the recommended/custom ollydbg.ini - I get what is shown in custominiolly.png

Default Olly settings work as expected but does not have beginner friendly look.

Can someone help ? :oops:
Attachments
defaultiniolly.png
Default ollydbg.ini
defaultiniolly.png (85.51 KiB) Viewed 351 times
custominiolly.png
Recommended ollydbg.ini
custominiolly.png (76.6 KiB) Viewed 351 times
 #13142  by thisisu
 Thu May 10, 2012 10:00 pm
Hi Xylitol

Thanks for your response. I will check that out in a bit. I came back to attach the ini recommended by the guide in case that helps.
P.S. - I don't care too much for the colors at the moment. Even though they may help me more in the future. Right now, I am mostly interested in having the "jump" paths shown by custom ini since that would help me a lot especially in exercise 1. So if I could just get that, I'd be happy :)
Attachments
(9.88 KiB) Downloaded 22 times
 #13180  by thisisu
 Sat May 12, 2012 6:14 pm
redp wrote:Don`t use ollydbg
It don`t supports 64bit and cannot debug ring-0 code
It will be much more profitable to invest time to learn windbg (or even ebmedded ida pro debugger)
Hi redp,

I did not know that so thanks for sharing. Liking WinDbg so far. Additional tips are appreciated :)