Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Return Oriented Programming (ROP)"

From NetSec
Jump to: navigation, search
Line 1: Line 1:
Return Oriented Programming (also known as ROP) is used in [[Buffer Overflows|buffer overflow]] [[shellcoding|payloads]] to defeat [[ASLR]].  It is very similar to writing a call stack by hand.
+
Return Oriented Programming (also known as ROP) is used in [[Buffer Overflows|buffer overflow]] [[Shellcode|payloads]] to defeat [[ASLR]].  It is very similar to writing a call stack by hand.
 
{{expand}}
 
{{expand}}

Revision as of 15:08, 24 April 2012

Return Oriented Programming (also known as ROP) is used in buffer overflow payloads to defeat ASLR. It is very similar to writing a call stack by hand.

This article contains too little information, it should be expanded or updated.
Things you can do to help:
  • add more content.
  • update current content.