Skip to content

Cartographer v1.0.2

Latest
Compare
Choose a tag to compare
@aus10pv aus10pv released this 11 Jul 21:47
  • Fixes a parsing issue when handling large base address values.
  • Fixes a coverage accuracy issue that stemmed from using a BasicBlockModel instead of a SimpleBlockModel.
  • Changed the category from DECOMPILER to ANALYSIS.
  • The code should now build for Ghidra 11.1.x.
  • Made the loadCoverageFile() function public and created a public function called processCoverageFile() 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.