├── README.md ├── blazefox ├── blaze.patch ├── blazefox-readme.txt └── pwn.js ├── csaw-2018 ├── csaw-readme.txt ├── csaw.patch ├── pwn.js └── spec.md ├── just-in-time ├── README ├── addition-reducer.patch └── pwn.js ├── krautflare ├── Dockerfile ├── build_v8.sh ├── d8-strip-globals.patch ├── open_files_readonly.patch ├── pwn.js ├── revert-bugfix-880207.patch └── worker.js ├── mr-mojo-rising ├── Dockerfile ├── bigfile.txt ├── index.html ├── mojo.gdb ├── mojo.patch ├── pagesized.txt ├── pwn.js ├── pwn2.js ├── pwn3.js ├── service.py ├── sw.js └── util.js ├── roll-a-d8 ├── pwn.js ├── readme.txt └── regress-821137.js └── v9 ├── pwn.js ├── readme-v9.txt └── v9_7.0.patch /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/README.md -------------------------------------------------------------------------------- /blazefox/blaze.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/blazefox/blaze.patch -------------------------------------------------------------------------------- /blazefox/blazefox-readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/blazefox/blazefox-readme.txt -------------------------------------------------------------------------------- /blazefox/pwn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/blazefox/pwn.js -------------------------------------------------------------------------------- /csaw-2018/csaw-readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/csaw-2018/csaw-readme.txt -------------------------------------------------------------------------------- /csaw-2018/csaw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/csaw-2018/csaw.patch -------------------------------------------------------------------------------- /csaw-2018/pwn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/csaw-2018/pwn.js -------------------------------------------------------------------------------- /csaw-2018/spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/csaw-2018/spec.md -------------------------------------------------------------------------------- /just-in-time/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/just-in-time/README -------------------------------------------------------------------------------- /just-in-time/addition-reducer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/just-in-time/addition-reducer.patch -------------------------------------------------------------------------------- /just-in-time/pwn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/just-in-time/pwn.js -------------------------------------------------------------------------------- /krautflare/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/krautflare/Dockerfile -------------------------------------------------------------------------------- /krautflare/build_v8.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/krautflare/build_v8.sh -------------------------------------------------------------------------------- /krautflare/d8-strip-globals.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/krautflare/d8-strip-globals.patch -------------------------------------------------------------------------------- /krautflare/open_files_readonly.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/krautflare/open_files_readonly.patch -------------------------------------------------------------------------------- /krautflare/pwn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/krautflare/pwn.js -------------------------------------------------------------------------------- /krautflare/revert-bugfix-880207.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/krautflare/revert-bugfix-880207.patch -------------------------------------------------------------------------------- /krautflare/worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/krautflare/worker.js -------------------------------------------------------------------------------- /mr-mojo-rising/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/mr-mojo-rising/Dockerfile -------------------------------------------------------------------------------- /mr-mojo-rising/bigfile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/mr-mojo-rising/bigfile.txt -------------------------------------------------------------------------------- /mr-mojo-rising/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/mr-mojo-rising/index.html -------------------------------------------------------------------------------- /mr-mojo-rising/mojo.gdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/mr-mojo-rising/mojo.gdb -------------------------------------------------------------------------------- /mr-mojo-rising/mojo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/mr-mojo-rising/mojo.patch -------------------------------------------------------------------------------- /mr-mojo-rising/pagesized.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/mr-mojo-rising/pagesized.txt -------------------------------------------------------------------------------- /mr-mojo-rising/pwn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/mr-mojo-rising/pwn.js -------------------------------------------------------------------------------- /mr-mojo-rising/pwn2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/mr-mojo-rising/pwn2.js -------------------------------------------------------------------------------- /mr-mojo-rising/pwn3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/mr-mojo-rising/pwn3.js -------------------------------------------------------------------------------- /mr-mojo-rising/service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/mr-mojo-rising/service.py -------------------------------------------------------------------------------- /mr-mojo-rising/sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/mr-mojo-rising/sw.js -------------------------------------------------------------------------------- /mr-mojo-rising/util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/mr-mojo-rising/util.js -------------------------------------------------------------------------------- /roll-a-d8/pwn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/roll-a-d8/pwn.js -------------------------------------------------------------------------------- /roll-a-d8/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/roll-a-d8/readme.txt -------------------------------------------------------------------------------- /roll-a-d8/regress-821137.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/roll-a-d8/regress-821137.js -------------------------------------------------------------------------------- /v9/pwn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/v9/pwn.js -------------------------------------------------------------------------------- /v9/readme-v9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/v9/readme-v9.txt -------------------------------------------------------------------------------- /v9/v9_7.0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nafod/advent-browserpwn/HEAD/v9/v9_7.0.patch --------------------------------------------------------------------------------