发新话题
打印

[转载]Practical Windows and Linux Shellcode design

[转载]Practical Windows and Linux Shellcode design

文章作者:Nomenumbra

Most of the time, the core action preformed when rooting a box is exploitation. But what would an exploit be without shellcode? Nothing.. Shellcode is what makes you want to exploit something. For the people who are new to this shit, shellcode is opcode, machine code. For example, in windows, the assembly instruction “push eax” is transformed into 0x50. When exploiting something, you manage to trick the target program into executing your shellcode, to take control of the target system. This paper is an introduction to the design of shellcode on both windows and linux platforms. Basic knowledge of exploitation and ASM (x86, both windows and linux) isrequired.

附件

Practical Windows and Linux Shellcode design.rar (102 KB)

2006-3-15 20:37, 下载次数: 58

曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

发新话题