10-28-2012, 10:01 PM
ollyd
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
thanks for all.
i have learning c++ and i know a little about that (but not much). i have been trying to edit those files with hex editor but i can't read it. it looks like that:
2
and i don't know how to understand that codes.
for example:
on the top of the page there is the code of the nksp.exe and i want to read the .dll codes like the code that is up not like it appears in the image. how can i read the code decrypted?
p.d. sorry for my ignorance. i don't know if it is possible to read the code like the code is up or not

