Releases: clearbluejar/ghidra-python-vscode-devcontainer-skeleton
Releases · clearbluejar/ghidra-python-vscode-devcontainer-skeleton
v1.2.0 - Upgrade ghidra-python-devcontainer base image, Mac M1 arm64 support
Full Changelog: v1.1.1...v1.2.0
- Added support for Mac M1 arm64 docker image
- Upgraded devcontainer base image to use latest template: https://github.com/devcontainers/templates
Ghidra 10.2.3 Update and Ghidra Dev Setup
Added instance of Ghidra dev to provide reference during Python scripting.
Run code ~/ghidra-master
to get a Java instance of VScode running. This will allow quick browsing of Ghidra source.
v1.1.0 Ghidra 10.2 Support
Updated Java to match JDK 17 needed for Ghidra 10.2
IMPORTANT: Ghidra requires Java 17 JDK to run. A newer version of Java may be acceptable, but has not been tested.
Full Changelog: v1.0.0...v1.1.0
Initial Release
Initial release of ghidra-python-vscode-devcontainer-skeleton