Skip to content
Meltdown & Spectre PoC for OpenBSD
C Roff Makefile
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Makefile
README.md Correctly specify the default behaviour Apr 3, 2018
meltdown.8
meltdown.c Print an error in the default case of the vulnerability switch Apr 3, 2018
util.h

README.md

meltdown

Meltdown & Spectre PoC for OpenBSD

Building

Just run make, there are no dependencies!

$ make

Running

Running the program will test for meltdown and spectre. It takes a while to complete. Verbose mode will give a bit more output while it is running. There is a quick mode which shortens the test and precision.

# ./meltdown		# (meltdown & spectre)
# ./meltdown -q		# (quick)
# ./meltdown -v		# (verbose)
# ./meltdown -qv	# (quick and verbose)
# ./meltdown -m		# (meltdown only)
# ./meltdown -s		# (spectre only)
You can’t perform that action at this time.