kumavis

Results 243 comments of kumavis

looking for patterns in ethereum contract byte code: ![image](https://cloud.githubusercontent.com/assets/1474978/10595390/6f87d450-7712-11e5-99dc-74f34618dd8b.png)

starts with a resounding `pu pu pu~` and knocks back a few martinits here and there

https://github.com/mmckegg/notevil - "Unlike built-in [eval], there is no access to global objects, only the context that is passed in as the second object."

https://github.com/tildeio/oasis.js - "a pleasant API for safe communication with untrusted code in sandboxed iframes." Oasis is a strong candidate, built by some really smart people. It sandboxes via an iframe...

https://github.com/substack/vm-browserify - "Emulate node's vm module for the browser."

https://github.com/eligrey/jsandbox - "A JavaScript sandboxing library that uses web worker threads"

Oh hello. html5 `sandbox` attribute on iframes. (this is how oasis.js does it) http://www.html5rocks.com/en/tutorials/security/sandboxed-iframes/ http://www.html5rocks.com/static/demos/evalbox/index.html