quote:
Originally posted by Beno
What is ASM exactily, can I download it...Free
it's assembler (<- not sure about the spelling). It's a programming language, like C++ or Visual Basic. You can't "get" it. Programs are written in those languages. The advantadge of asm (in this case) is that you can get the exact original source code of programs. A dissasembler (<- again not sure about spelling) is a program that takes an exe or dll and gets its asm code.
W32Dasm is a dissasembler.