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

kvm-guest.lds (126B)


      1OUTPUT_FORMAT(binary)
      2
      3SECTIONS
      4{
      5    .text : {
      6        . = 0;
      7        *(.text)
      8    }
      9
     10    .data : {
     11        *(.data)
     12    }
     13}