Jump to content
Nytro

Reverse Engineering of x86 Linux Shellcodes the Easy Way

Recommended Posts

Posted

Linux x86 Reverse Engineering

Shellcode Disassembling and XOR decryption

Harsh N. Daftary

Sr. Security Researcher at CSPF

Security Consultant at Trunkoz Technologies

info@securityLabs.in

Abstract:

Most of the Windows as well as Linux based programs contains bugs

or security holes and/or errors. These bugs or error in program can

be exploited in order to crash the program or make system do

unwanted 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 another

piece of code attacked with the exploit called as Shellcode whose

debugging and analysis we will understand in this paper.

Download: http://www.exploit-db.com/wp-content/themes/exploit/docs/33429.pdf

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...