How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "msmythe/dragons"
config.vm.box_version = "2021.3.1"
end
vagrant init msmythe/dragons \
--box-version 2021.3.1
vagrant up
This version was created almost 3 years ago.
Bug fixes for files that needed to be dos2unix'd and updated the build to include Ghidra.