[llvm-commits] CVS: llvm-www/safecode/menagerie/attacks.html
John Criswell
criswell at cs.uiuc.edu
Fri Jul 2 12:15:51 PDT 2010
Changes in directory llvm-www/safecode/menagerie:
attacks.html updated: 1.6 -> 1.7
---
Log message:
Added the paper on buffer overread attacks.
---
Diffs of the changes: (+16 -0)
attacks.html | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
Index: llvm-www/safecode/menagerie/attacks.html
diff -u llvm-www/safecode/menagerie/attacks.html:1.6 llvm-www/safecode/menagerie/attacks.html:1.7
--- llvm-www/safecode/menagerie/attacks.html:1.6 Mon Jun 21 10:54:29 2010
+++ llvm-www/safecode/menagerie/attacks.html Fri Jul 2 14:15:39 2010
@@ -80,6 +80,7 @@
<a name="Papers"></a>
<h1>Memory Safety Exploit Papers</h1>
<ul>
+
<li>
<a href="https://www.usenix.org/events/sec09/tech/full_papers/hund.pdf">
<b>
@@ -96,6 +97,21 @@
<br>
<li>
+ <a href="http://portal.acm.org/citation.cfm?id=1519145">
+ <b>
+ Breaking the Memory Secrecy Assumption</b></a>
+ <br>
+ Raoul Strackx, Yves Younan, Pieter Philippaerts, Frank Piessens,
+ Sven Lachmund, and Thomas Walter
+ <br>
+ <i>Proceedings of the Second European Workshop on System Security</i>,
+ Nuremburg, Germany, March 2009.
+ <br>
+ </li>
+
+ <br>
+
+ <li>
<a href="http://portal.acm.org/citation.cfm?id=1315313&dl=GUIDE&coll=GUIDE&CFID=92170544&CFTOKEN=45753783#">
<b>
The Geometry of Innocent Flesh on the Bone: Return-into-libc without
More information about the llvm-commits
mailing list