Releases: al3xtjames/ghidra-firmware-utils
Releases · al3xtjames/ghidra-firmware-utils
20221125.0
- CI: Fix changelog generation
- CI: Log commands
- CI: Fix working directory on Windows
- CI: Update to Ghidra 10.2.2
20221104.1
- Merge branch 'ghidra-10.2'
- CI: Escape newlines in release changelog
- CI: Update to Ghidra 10.2
- UEFIHelper: Replace call to NTHeader.createNTHeader with constructor
- UEFIHelper: Replace FactoryBundledWithBinaryReader with BinaryReader
- cbfs: Replace readNextNullTerminatedAsciiString with readNextAsciiString
20221104.0
UEFIHelper: Avoid incompatible casts in propagateGlobalVariables
20220822.0
CI: Update to Ghidra 10.1.5
20220719.0: ifd: Handle IFDs without zero vector
Closes #21.
20220601.0
CI: Update to Ghidra 10.1.4
20220426.1
CI: Update to Ghidra 10.1.3
20220426.0: cbfs: Replace ArrayUtilities.arrayRangesEquals with Arrays.equals
Partially addresses #20.
20220409.0: Merge pull request #19 from rhythmx/headless-fixes
Support headless mode - fixes al3xtjames/ghidra-firmware-utils#18