Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 906 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 906 Bytes

Bachelor's Thesis

This repository contains the LaTeX source code for my Bachelor's thesis in computer science (see thesis.pdf):

Deriving Control Flow Graphs from JavaScript Programs

Implementation

As part of this thesis, a proof of concept was implemented that can be found here:

  • Styx: control flow graph derivation library
  • Styx CLI: command-line interface for Styx