[www-pubs] r205155 - Added my KCoFI paper which uses LLVM.

John Criswell criswell at uiuc.edu
Sun Mar 30 09:36:58 PDT 2014


Author: criswell
Date: Sun Mar 30 11:36:58 2014
New Revision: 205155

URL: http://llvm.org/viewvc/llvm-project?rev=205155&view=rev
Log:
Added my KCoFI paper which uses LLVM.

Modified:
    www-pubs/trunk/pubs.js

Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=205155&r1=205154&r2=205155&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Sun Mar 30 11:36:58 2014
@@ -2,6 +2,14 @@
 // the page in the order listed.
 var PUBS =
 [
+  { url: "http://sva.cs.illinois.edu/pubs/KCoFI-Oakland-2014.pdf",
+    author: "John Criswell, Nathan Dautenhahn, and Vikram Adve",
+    title: "KCoFI: Complete Control-Flow Integrity for Commodity Operating System Kernels ",
+    published: "Proceedings of the Thirty Fifth IEEE Symposium on Security and Privacy (Oakland 2014)",
+    month: 5,
+    year: 2014,
+  },
+
   { url: "http://sva.cs.illinois.edu/pubs/VirtualGhost-ASPLOS-2014.pdf",
     author: "John Criswell, Nathan Dautenhahn, and Vikram Adve",
     title: "Virtual Ghost: Protecting Applications from Hostile Operating Systems ",





More information about the llvm-commits mailing list