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

John Criswell criswell at illinois.edu
Sun Mar 30 09:44:26 PDT 2014


Dear All,

If someone could review this change to the publications page, I would 
appreciate it.

Regards,

John Criswell

On 3/30/14 11:36 AM, John Criswell wrote:
> 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 ",
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list