lab313ru / ghidra_psx_ldr

Sony Playstation PSX executables loader for GHIDRA
231 stars 31 forks source link

compiling against ghidra 10.2 / master #62

Closed fatalis closed 2 years ago

fatalis commented 2 years ago

heads up for those wondering: UniqueAddressFactory was removed in this commit: https://github.com/NationalSecurityAgency/ghidra/commit/b618c24140fd73b62ade2bf62d2510dbddcdb425#diff-2810cb562d12f6b07dd4bd1dfe457ab161a306dc3ea707357d84d7a7ffa8657f

here's a diff to fix it https://gist.github.com/fatalis/d14649f0e87c3eed65809fafe385c66e

lab313ru commented 2 years ago

Thanks. But how should I use both master and release stuff? They look incompatible.