Skip to content

Sleigh v11.0

Compare
Choose a tag to compare
@ekilmer ekilmer released this 02 Jan 22:17
· 66 commits to master since this release
81a04f2

What's Changed

  • Breaking Change Switch from sleigh to ghidra 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 in include/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

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