├── LICENSE ├── Readme.md ├── benchmark ├── Makefile ├── Readme.md ├── benchmark.c ├── config.h └── convert.py ├── common ├── Readme.md ├── cache.h ├── counter_thread.c ├── ent.xml ├── eviction.c ├── flushing.c ├── memory.h ├── msr.c └── timing.h ├── covert_channel ├── Makefile ├── Readme.md ├── config.h ├── receiver.c ├── sender.c └── shared ├── evsets.LICENSE ├── logo.png └── spectre ├── Makefile ├── Readme.md ├── config.h ├── main.c ├── spectre.c ├── spectre.h └── spectrev2.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/LICENSE -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/Readme.md -------------------------------------------------------------------------------- /benchmark/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/benchmark/Makefile -------------------------------------------------------------------------------- /benchmark/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/benchmark/Readme.md -------------------------------------------------------------------------------- /benchmark/benchmark.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/benchmark/benchmark.c -------------------------------------------------------------------------------- /benchmark/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/benchmark/config.h -------------------------------------------------------------------------------- /benchmark/convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/benchmark/convert.py -------------------------------------------------------------------------------- /common/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/common/Readme.md -------------------------------------------------------------------------------- /common/cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/common/cache.h -------------------------------------------------------------------------------- /common/counter_thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/common/counter_thread.c -------------------------------------------------------------------------------- /common/ent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/common/ent.xml -------------------------------------------------------------------------------- /common/eviction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/common/eviction.c -------------------------------------------------------------------------------- /common/flushing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/common/flushing.c -------------------------------------------------------------------------------- /common/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/common/memory.h -------------------------------------------------------------------------------- /common/msr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/common/msr.c -------------------------------------------------------------------------------- /common/timing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/common/timing.h -------------------------------------------------------------------------------- /covert_channel/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/covert_channel/Makefile -------------------------------------------------------------------------------- /covert_channel/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/covert_channel/Readme.md -------------------------------------------------------------------------------- /covert_channel/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/covert_channel/config.h -------------------------------------------------------------------------------- /covert_channel/receiver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/covert_channel/receiver.c -------------------------------------------------------------------------------- /covert_channel/sender.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/covert_channel/sender.c -------------------------------------------------------------------------------- /covert_channel/shared: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/covert_channel/shared -------------------------------------------------------------------------------- /evsets.LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/evsets.LICENSE -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/logo.png -------------------------------------------------------------------------------- /spectre/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/spectre/Makefile -------------------------------------------------------------------------------- /spectre/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/spectre/Readme.md -------------------------------------------------------------------------------- /spectre/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/spectre/config.h -------------------------------------------------------------------------------- /spectre/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/spectre/main.c -------------------------------------------------------------------------------- /spectre/spectre.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/spectre/spectre.c -------------------------------------------------------------------------------- /spectre/spectre.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/spectre/spectre.h -------------------------------------------------------------------------------- /spectre/spectrev2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cispa/BranchDifferent/HEAD/spectre/spectrev2.c --------------------------------------------------------------------------------