[www-pubs] r329066 - Added Araujo and Hamlen Usenix Securty 2015 paper.

John Criswell via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 06:24:52 PDT 2018


Author: criswell
Date: Tue Apr  3 06:24:52 2018
New Revision: 329066

URL: http://llvm.org/viewvc/llvm-project?rev=329066&view=rev
Log:
Added Araujo and Hamlen Usenix Securty 2015 paper.

Added the paper "Compiler-instrumented, Dynamic Secret-Redaction of
Legacy Processes for Attacker Deception" to the LLVM publications page.

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=329066&r1=329065&r2=329066&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Tue Apr  3 06:24:52 2018
@@ -190,6 +190,14 @@ var PUBS =
     year: 2015
   },
 
+  { url: "https://www.usenix.org/system/files/conference/usenixsecurity15/sec15-paper-araujo.pdf",
+    author: "Frederico Araujo and Kevin W. Hamlen",
+    title: "Compiler-instrumented, Dynamic Secret-Redaction of Legacy Processes for Attacker Deception",
+    published: "Proceedings of the 24th USENIX Security Symposium",
+    month: 8,
+    year: 2015
+  },
+
   { url: "http://tinker.cc.gatech.edu/pdfs/a25-railing.pdf",
     author: "Brian P. Railing, Eric R. Hein, and Thomas M. Conte",
     title: "Contech: Efficiently Generating Dynamic Task Graphs for Arbitrary Parallel Programs",




More information about the llvm-commits mailing list