Difference between revisions of "Buffer Overflow"

From C4 Wiki
Jump to: navigation, search
(Assembler)
(Stack-based Buffer Overflows)
Line 4: Line 4:
  
 
:* Buffer Overflows Demystified: http://www.enderunix.org/documents/eng/bof-eng.txt
 
:* Buffer Overflows Demystified: http://www.enderunix.org/documents/eng/bof-eng.txt
:* Smashing the stack for fun and profit (erster Artikel): http://www.phrack.org/phrack/49/P49-14
+
:* Smashing the stack for fun and profit : http://www.phrack.org/phrack/49/P49-14
:* Smashing the stack for fun and profit (zweiter Artikel): http://www.phrack.org/phrack/60/p60-0x06.txt
+
:* Smashing the kernel stack for fun and profit : http://www.phrack.org/phrack/60/p60-0x06.txt
  
 
===Heap-based Buffer Overflows===
 
===Heap-based Buffer Overflows===

Revision as of 21:08, 21 February 2006

Links

Stack-based Buffer Overflows

Heap-based Buffer Overflows

Shellcode

Assembler

Weiteres

Workshopfolien

t00lZ