10-28-2012, 08:41 PM
ollyd
i don't know enough about that, but... any program in special?
OllyDbg, IDA, Win32Dasm + HEX Editor, etc, you can chose.
But before you start into disassembling I suggest learning a high level programming language, C is simple to learn and it will help you with understand higher level programming languages and low level languages like ASM.
Good Book in C(for C++ its the same name): read about Learn C in 21 days.
Good Book in ASM is Art of Assembly( read the DOS 16bit edition, the 32 bit Edition is about HLA), also suggest playing with MASM32 too its a nice ASM Assembler(WinASM, RadASM, VisualASM are the IDE, for you to use, and OllyDBG is the Debugger to test your Code)
2

