Nytro Posted May 26, 2014 Report Posted May 26, 2014 Linux x86 Reverse EngineeringShellcode Disassembling and XOR decryptionHarsh N. DaftarySr. Security Researcher at CSPFSecurity Consultant at Trunkoz Technologiesinfo@securityLabs.inAbstract:Most of the Windows as well as Linux based programs contains bugsor security holes and/or errors. These bugs or error in program canbe exploited in order to crash the program or make system dounwanted stuff. A code which crashes the given program is called an exploit.Exploit usually attack a program on Memory Corruption,Segmentation Dump, format string, Buffer overflow or something else.Now exploit's work is just to attack the bug but there is anotherpiece of code attacked with the exploit called as Shellcode whosedebugging and analysis we will understand in this paper.Download: http://www.exploit-db.com/wp-content/themes/exploit/docs/33429.pdf Quote