Projects

Spring 2023

Spectre Attack without Shared Memory

  • We extended existing code for spectre attack with shared memory by splitting attacker and victim into different processes
  • Prime and Probe was used to implement spectre attack without any shared memory between attacker and victim

SigmaZero - RL based Chess Engine

  • We implemented a chess engine inspired from AlphaZero
  • Used C++ backend interfaced with Python for Monte Carlo Tree Search algorithm