Update Ghidra HEAD to commit 3c8bb490a#342
Closed
auto-updater[bot] wants to merge 1 commit into
Closed
Conversation
Changed files: ``` M Ghidra/Processors/AARCH64/data/languages/AARCH64instructions.sinc M Ghidra/Processors/AARCH64/data/languages/AARCH64neon.sinc M Ghidra/Processors/PA-RISC/build.gradle M Ghidra/Processors/RISCV/data/languages/riscv.rv32b.sinc M Ghidra/Processors/x86/data/languages/avx.sinc M Ghidra/Processors/x86/data/languages/avx512.sinc M Ghidra/Processors/x86/data/languages/ia.sinc M Ghidra/Processors/x86/data/languages/x86.ldefs ``` Commit details: ``` [Commit 1/6] Hash: 3d54c90cd604f43bf3029f27f714c37b3b3cd806 Date: 2025-05-30 20:47:03 -0400 Message: Fix RISC-V minu and max instructions' definitions (Closes #8215) Files changed: M Ghidra/Processors/RISCV/data/languages/riscv.rv32b.sinc [Commit 2/6] Hash: fe4244cbc952932b0923a34318021794ea2de805 Date: 2025-06-11 07:56:09 -0400 Message: GP-5622: Implemented pcode for several AARCH64 Neon instructions Files changed: M Ghidra/Processors/AARCH64/data/languages/AARCH64instructions.sinc M Ghidra/Processors/AARCH64/data/languages/AARCH64neon.sinc [Commit 3/6] Hash: b0750c2783b7ecadcd2d4dd62434a2bf09c0e7b3 Date: 2025-06-10 09:21:39 -0400 Message: GP-5725: Corrected operands for several AVX512 instructions Files changed: M Ghidra/Processors/x86/data/languages/avx.sinc M Ghidra/Processors/x86/data/languages/avx512.sinc M Ghidra/Processors/x86/data/languages/ia.sinc M Ghidra/Processors/x86/data/languages/x86.ldefs [Commit 4/6] Hash: 92f25888950324a9d6e3ddcdd36299e5bd5d1fa9 Date: 2025-06-09 15:17:05 -0400 Message: GP-0 Corrected build.gradle for PA-RISC to allow pcode test execution Files changed: M Ghidra/Processors/PA-RISC/build.gradle [Commit 5/6] Hash: 17d8fdfcfa2251d9e1aa386c87ae5a34b04e797e Date: 2025-06-09 18:48:09 -0400 Message: GP-0 corrected PA-RISC sleigh compile option Files changed: M Ghidra/Processors/PA-RISC/build.gradle [Commit 6/6] Hash: 2acf28604682cc72a5adb111f7acad44130f71f9 Date: 2025-06-09 15:17:05 -0400 Message: GP-0 Corrected build.gradle for PA-RISC to allow pcode test execution Files changed: M Ghidra/Processors/PA-RISC/build.gradle ```
Contributor
|
Merged #343 first, which includes these changes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changed files:
Commit details: