You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.