[www-pubs] r240667 - Added the Obfuscator-LLVM paper.

John Criswell criswell at uiuc.edu
Thu Jun 25 11:21:57 PDT 2015


Author: criswell
Date: Thu Jun 25 13:21:56 2015
New Revision: 240667

URL: http://llvm.org/viewvc/llvm-project?rev=240667&view=rev
Log:
Added the Obfuscator-LLVM paper.

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=240667&r1=240666&r2=240667&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Thu Jun 25 13:21:56 2015
@@ -2,6 +2,14 @@
 // the page in the order listed.
 var PUBS =
 [
+  { url: "http://crypto.junod.info/spro15.pdf",
+    author: "Pascal Junod, Julien Rinaldini, Johan Wehrli and Julie Michielin",
+    title: "Obfuscator-LLVM - Software Protection for the Masses",
+    published: "Proceedings of the First International Workshop on Software Protection (SPRO 2015)",
+    month: 5,
+    year: 2015,
+  },
+
   { url: "http://www.cl.cam.ac.uk/~dc552/papers/asplos15-memory-safe-c.pdf",
     author: "David Chisnall, Colin Rothwell, Robert N. M. Watson, Jonathan Woodruff, Munraj Vadera, Simon W. Moore, Michael Roe, Brooks Davis, and Peter G. Neumann",
     title: "Beyond the PDP-11: Architectural Support for a Memory-Safe C Abstract Machine",





More information about the llvm-commits mailing list