Skip to content
View kundurz's full-sized avatar
🧨
arguing with ASLR
🧨
arguing with ASLR

Block or report kundurz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kundurz/README.md

Hi, I’m Linus

Computer Engineering @ University of Toronto, I break software and build secure systems.

Focused on understanding how software fails at the lowest levels.

Core areas:

  • Binary exploitation
  • Low-level systems
  • Systems security
  • CPU microarchitecture

🛠️ Stack

C/C++ asm python verilog

📁 Projects

AURION-5 — 5-stage pipelined CPU (hazards, datapath, control)
shsh — Unix shell in C (fork/exec, redirection)
blockfit — Minimal heap allocator (first-fit, explicit metadata)
Pong AI — Real-time control logic opponent

Pinned Loading

  1. AURION-5 AURION-5 Public

    Custom 32-bit pipelined processor with hazard detection, ALU, and integrated peripherals.

  2. blockfit blockfit Public

    A minimal heap allocator using fixed-size blocks and explicit metadata, backed by mmap.

    C

  3. pong pong Public

    Remake of the well-known pong game, using SDL2 library for graphics.

    C

  4. shsh shsh Public

    A basic shell program implemented in C

    C

  5. simon-says simon-says Public

    A simple Simon Says game using an Arduino UNO

    C++

  6. snowball-rush snowball-rush Public

    Snowball Rush is a game where the player (a snowman) must catch snowballs to prevent themselves from melting, while avoiding rocks that take away their lives.

    Python