lifting-bits / sleigh

Unofficial CMake build for Ghidra's C++ SLEIGH code
Apache License 2.0
137 stars 22 forks source link

Switch from "sleigh" to "ghidra" for include directory #229

Closed ekilmer closed 10 months ago

ekilmer commented 10 months ago

This only affects header files from upstream Ghidra repository.

Instead of #include <sleigh/header.hh> it will now be #include <ghidra/header.hh> for headers from upstream.

closes #216

related to open upstream PR https://github.com/NationalSecurityAgency/ghidra/pull/5950

ekilmer commented 10 months ago

If we want to merge this, it should be done before making a release for Ghidra 11.0. At least it will be in line with Ghidra's major version increment to signal breaking changes (even if upstream isn't actually making this breaking change.