Releases: nccgroup/Cartographer
Releases · nccgroup/Cartographer
Cartographer v1.0.2
- Fixes a parsing issue when handling large base address values.
- Fixes a coverage accuracy issue that stemmed from using a
BasicBlockModel
instead of aSimpleBlockModel
. - Changed the category from
DECOMPILER
toANALYSIS
. - The code should now build for Ghidra 11.1.x.
- Made the
loadCoverageFile()
function public and created a public function calledprocessCoverageFile()
to be used by other plugins, as suggested by @N-I-N-0. - Added support for DRCOV module versions 1, 2, 3, and 4.
- Thanks to @datalocaltmp, @krisi0903, and @antoniovazquezblanco for valuable feedback.
Cartographer v1.0.1
- Fixed an OOB error when attempting to load a DRCOV file with an unknown module ID.
- Updated the code to support Ghidra versions 10.4 and above.
Cartographer v1.0.0
Initial release of Cartographer.