Sleigh v11.0
What's Changed
- Breaking Change Switch from
sleigh
toghidra
for include directory by @ekilmer in #229- This only affects header files that appear in the upstream Ghidra repository:
include/sleigh
->include/ghidra
. Any helper or support headers will still appear ininclude/sleigh
. - At time of writing, while upstream doesn't separate headers, this change was made to be more consistent with the new-ish C++
ghidra
namespace. A PR tracks the equivalent change to upstream NationalSecurityAgency/ghidra#5950
- This only affects header files that appear in the upstream Ghidra repository:
Full Changelog: v10.4...v11.0
Ghidra Decompiler and Spec Changes:
git log --no-merges Ghidra_10.4_build...Ghidra_11.0_build -- Ghidra/Features/Decompiler/src/decompile Ghidra/Processors