Skip to content

Commit

Permalink
Merge pull request #1 from sylvainpelissier/master
Browse files Browse the repository at this point in the history
Makefile target corrected
  • Loading branch information
dgruss committed Jun 21, 2016
2 parents 25009b5 + 7212123 commit 1c41392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions histogram/fr/Makefile
@@ -1,3 +1,3 @@
all: calibration
calibration: calibration.c ../cacheutils.h
all: calibration_fr
calibration: calibration_fr.c ../cacheutils.h
gcc -std=gnu11 -O2 -o $@ $@.c

1 comment on commit 1c41392

@sangeethakarthik
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dear Sir,
I want to implement Cross VM side channel attack .
Can you tell me where i have compile and execute
https://github.com/IAIK/flush_flush/tree/master/aes/pp/spy.c ??? In Victim VM or Attacker VM??

Can you suggest which guest os is best for both victim VM and attacker VM . My host os is Windows10.
I have planed to install VMWare virtualization. Is it good????

In the code you have used

for (probe = base + 0x16c940; probe < base + 0x16cd40; probe += 64) // 16
{ faddrs[(size_t)(probe-base-0x16c940)/64][0] = (uint64_t*) probe; }

What is 0x16c940 and 0x16cd40????

Can you please help me ????

Please sign in to comment.