While developing exploit, we need to overwrite EIP( Extended Instruction pointer) to change the flow of execution of program. Note: EIP contains the address of the memory which the processor is going to execute. Generally EIP is overwritten with the address of instructions like jmp esp, call , push ret etc. which point to our [...]

Posted in
Tags:




