cachepc

Prime+Probe cache-based side-channel attack on AMD SEV-SNP protected virtual machines
git clone https://git.sinitax.com/sinitax/cachepc
Log | Files | Refs | Submodules | README | sfeed.txt

all (230B)


      1#!/bin/bash
      2
      3mkdir -p logs
      4
      5set -ex
      6
      7./test/eviction &> logs/eviction
      8./test/kvm-eviction &> logs/kvm-eviction
      9./test/kvm-pagestep &> logs/kvm-pagestep
     10./test/kvm-step &> logs/kvm-step
     11./test/kvm-targetstep &> logs/kvm-targetstep