Closed GoogleCodeExporter closed 9 years ago
Setting status straight to Duplicate. The underlying bug was already fixed
(tracked by issue 6, status Fixed, and advisory
http://support.apple.com/kb/HT6181); and we only want one valid issue per
underlying bug / report, to avoid messing up the accuracy of metadata.
Original comment by cev...@google.com
on 24 Jul 2014 at 8:06
Grab this old nightly build of webkit:
http://builds.nightly.webkit.org/files/trunk/mac/WebKit-SVN-r161944.dmg
Compile the payload:
$ clang -o simple_speak_payload.dylib simple_speak_payload.c -framework ApplicationServices -F/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks -dynamiclib
Convert the payload to a javascript string:
$ python file_to_jsstr.py simple_speak_payload.dylib simple_speak_payload.js
Serve the files:
$ python -m SimpleHTTPServer 8080 .
Navigate to localhost:8080/webkit-nightly-r161944.html
Original comment by ianb...@google.com
on 24 Jul 2014 at 8:19
Attachments:
Original comment by cev...@google.com
on 25 Jul 2014 at 12:50
Original comment by ianb...@google.com
on 25 Jul 2014 at 1:23
Original issue reported on code.google.com by
cev...@google.com
on 24 Jul 2014 at 8:04