Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-heim committed Feb 17, 2023
1 parent 0f26654 commit a860c08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified paper.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

%%%% 6. ABSTRACT %%%%
\begin{abstract}
In this paper we introduce the concept, demonstrate an attack and talk about the different protection mechanisms of Return Oriented Programming. ROP is a buffer overflow exploitation technique developed in 2007. Under certain circumstances it can provide arbitrary code execution on assembly level. Modern 64 Bit binaries are decently secure against ROP with ASLR and stack protections enabled. 32 Bit binaries or binaries compiled for non PC systems may not provide the same protection though and may be vulnerable to ROP.
ROP is a buffer overflow exploitation technique developed in 2007. Under certain circumstances it can provide arbitrary code execution on assembly level, because of that it is a devastating technique for black-hats. Modern 64 Bit binaries are generally decently secure against ROP with ASLR and stack protections enabled. 32 Bit binaries or binaries compiled for non PC systems may not provide the same protection though and may be vulnerable to ROP.
\end{abstract}

\section{Introduction}
Expand Down

0 comments on commit a860c08

Please sign in to comment.