Skip to content

genua/meltdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Meltdown & Spectre PoC for OpenBSD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •