GeistHaus
log in · sign up

Sea of Nodes

darksi.de

Darkside of Software Engineering.

9 pages link to this URL
Chrome Browser Exploitation, Part 2: Introduction to Ignition, Sparkplug and JIT Compilation via TurboFan

In my previous post “Chrome Browser Exploitation, Part 1: Introduction to V8 and JavaScript Internals”, we took our first deep dive into the world of browser exploitation by covering a few complex topics that were necessary for fundamental knowledge. We mainly covered topics on how JavaScript and V8 worked under the hood by exploring what objects, maps and shapes were, how these objects were structured in memory, and we also covered some basic memory optimizations such as pointer tagging and pointer compression. We also touched on the compiler pipeline, bytecode interpreter, and code optimizations.

2 inbound links article en
TurboFan

This document collects resources about TurboFan, V8’s optimizing compiler.

11 inbound links en CC BY 3.0
Exploiting Chrome V8: Krautflare (35C3 CTF 2018) · Jay Bosamiya

In this challenge, we had to obtain remote code execution, simply by exploiting a 1-day bug that forgot the difference between -0 and +0. This has probably been one of the most difficult, fun, and frustrating bugs I have ever exploited.

5 inbound links en jaybosamiyajaybosamiyajaybCTF-Writeupspwningctfc3pppv81day-exploitjavascript-engine