SC : EP02 : DISCOVERING AND EXPLOITING : SHELLCODE --- ASSEMBLY LANGUAGE INTRODUCTION
THOUGHT OF AUTHOR : Without understanding of assembly language you don't move further so I decided to first cover some basics of assembly language. If you are already know how to program in assembly language than please move on. #START:EP01: Assembly language Introduction: Assembly language is a low level programming language for a computer.Each computer has a microprocessor that manages the computer's arithmetical, logical and control activities.Each processors has it's own set of instructions for various operations. These set of instructions are called machine language instructions'. Processors understand only the strings of 1's and 0's which are actually machine language instructions. So the low level assembly language is designed for a specific family of processors that represents various instructions in symbolic code which are more understandable. The processor support the following data sizes: ...



