mirror of
https://github.com/lifting-bits/sleigh
synced 2026-06-21 13:56:12 +00:00
Update Ghidra HEAD to commit fc73f70b9 (#401)
Bump Ghidra HEAD commit fc73f70b9 Changed files: ``` M Ghidra/Processors/AARCH64/data/languages/AARCH64base.sinc M Ghidra/Processors/AARCH64/data/languages/AARCH64instructions.sinc ``` Commit details: ``` [Commit 1/3] Hash: ea52a687b2ee0070c868dfc0234001479fce2988 Date: 2026-02-24 10:49:41 -0500 Message: GP-6448: Added AARCH64 CSSC instructions Files changed: M Ghidra/Processors/AARCH64/data/languages/AARCH64base.sinc M Ghidra/Processors/AARCH64/data/languages/AARCH64instructions.sinc [Commit 2/3] Hash: 3fbe33860b6a66815f888415e05539084f596fbd Date: 2024-04-30 13:33:09 +0930 Message: AA64: fix ldar load size for 32bit variant Files changed: M Ghidra/Processors/AARCH64/data/languages/AARCH64base.sinc [Commit 3/3] Hash: bbe8d7ca93ab42dad6aa0afa1e0fa1b6ab62c608 Date: 2024-04-30 14:30:35 +0930 Message: AA64: fix ldpsw increment size to match load Files changed: M Ghidra/Processors/AARCH64/data/languages/AARCH64base.sinc ``` Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6ecd80ee22
commit
7afb02ef95
@@ -53,7 +53,7 @@ if("${sleigh_RELEASE_TYPE}" STREQUAL "HEAD")
|
||||
# TODO: CMake only likes numeric characters in the version string....
|
||||
set(ghidra_head_version "12.1")
|
||||
set(ghidra_version "${ghidra_head_version}")
|
||||
set(ghidra_head_git_tag "e3c1b6393becbddc4256f3d4b3cd566d3bd95903")
|
||||
set(ghidra_head_git_tag "fc73f70b9cb4523329b1629b2753f87ae734521d")
|
||||
set(ghidra_git_tag "${ghidra_head_git_tag}")
|
||||
set(ghidra_shallow FALSE)
|
||||
set(ghidra_patches
|
||||
|
||||
Reference in New Issue
Block a user