ghidra-lx-loader icon indicating copy to clipboard operation
ghidra-lx-loader copied to clipboard

Fix build error when trying to compile for Ghidra 11.x

Open qrkyckling opened this issue 1 year ago • 2 comments

SetPointerIndex changed return value from void to long so could no longer use the 10.x release. When rebuilding ran into error about css file. This will fix that error and allow project be rebuilt.

qrkyckling avatar Jan 31 '24 09:01 qrkyckling

Will this PR really help with Ghidra 11.x build? I can only see one change in help files

halamix2 avatar Aug 04 '24 12:08 halamix2

Will this PR really help with Ghidra 11.x build? I can only see one change in help files

I've used same fix in my local repo, works fine.

Someone mentioned here https://github.com/NationalSecurityAgency/ghidra/issues/4962#issuecomment-1419215686 that in Ghidra 11 they've changed name for the CSS stylesheet. This is literally the only incompatiblity for lx-loader to build for Ghidra 11.

notsure8x avatar Aug 04 '24 16:08 notsure8x