How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "solarium/ghidra-10-devtools"
end
vagrant init solarium/ghidra-10-devtools
vagrant up
This version was created almost 2 years ago.
Updated system packages. Updated Eclipse. Fixed permissions issue.
This version was created almost 2 years ago.
Updated system packages. Updated Eclipse. Fixed permissions issue.
This version was created almost 2 years ago.
Updated Debian kernel and system packages to most recent for Debian Buster; Updated Ghidra to 10.2; Updated Eclipse to 2022-09; Updated Java to JDK 17 using the Eclipse Temurin release.
This version was created over 2 years ago.
Initial release based on solarium/ghidra-9-devtools with system package, Java, Ghidra, and Eclipse updates.