View Full Version : Question about olly.
genlock
February 20th, 2005, 06:47
Is it possible to have olly to display the content of the stack and the AL,BL,CL... at all time?
any pages/tutorials to learn the very basics on olly and asm?
Really new at this.. thanks for helping!
-Genlock
TechLord
February 20th, 2005, 08:06
The Art of Assembly is a good book - Search on the net for it. It explains things in an easy to understand way...There are several other resources also.
This is an excellent resources for win32 asm programming : http://win32asm.cjb.net/
("http://win32asm.cjb.net/
")
For Olly, one should not forget the help manual and the help item that appears in the Olly Menu... :-)
It goes a long way in familiarising you with Olly. Also there are a few useful resources on the Olly home site itself to get you started, as it did for me...
Then, Google is your friend as far as searching for tutorials etc is concerned on the net. You can never have enough and everyday I find something new...
I have given you enough to get you started...People will feel like helping when you can show that you are trying to help yourself without expecting someone to do your work for you... :-)
That said...A very warm welcome to you and hope you enjoy your stay here... :-)
Ricardo Narvaja
February 21st, 2005, 04:16
In ollydbg you have all the time displaying the stack, and registers,
if you view EAX, you view AL by example.
Ricardo Narvaja
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.