From 58c46cc73d529238a99bb6ac6f4702a8243d833c Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Thu, 8 May 2014 16:48:42 -0500 Subject: [PATCH] Add compilation instructions for the AS --- external/source/exploits/CVE-2014-0515/Graph.as | 1 + 1 file changed, 1 insertion(+) diff --git a/external/source/exploits/CVE-2014-0515/Graph.as b/external/source/exploits/CVE-2014-0515/Graph.as index 4982447997..ab64eb90cd 100755 --- a/external/source/exploits/CVE-2014-0515/Graph.as +++ b/external/source/exploits/CVE-2014-0515/Graph.as @@ -1,3 +1,4 @@ +//compile with AIR SDK 13.0: mxmlc Graph.as -o Graph.swf package { import flash.display.Sprite; import flash.utils.ByteArray;