lecture-notes.md

Giftzwerg02

Last modified: 2024-08-15, 15:20:19

Notes

Binary Security Pt. 1

Von Neumann Architecture

code == data (no distinction)

Benefits? e.g. JIT compilers -> generate Code (data) and store it in-memory for much better execution-time (see e.g. js runtime)

More soon TM

As it turns out this is the very last module of the course, so I guess I’ll be checking out the previous stuff beforehand.