Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/b1tg/cve-2018-6065-exploit


https://github.com/b1tg/cve-2018-6065-exploit

exploit

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# Chrome V8 CVE-2018-6065 Exploit

Analysis blog post: https://b1tg.github.io/post/cve-2018-6065-analysis

```bash
git reset 0407506af3d9d7e2718be1d8759296165b218fcf --hard
gclient sync -f
tools/dev/v8gen.py x64.debug
ninja -C out.gn/x64.debug

tools/dev/v8gen.py x64.release
ninja -C out.gn/x64.release
```
Test on Ubuntu 18.04 and Ubuntu 20.10

![xcalc](final.png)