Hello there,
Do you plan to add support for DynamoRIO 8.x and 9.x line or further maintain this beautiful Ghidra plugin?
It looks like in the script you check:
if data.startswith('DRCOV VERSION: 2'):
DRCOV VERSION: 2 is header for DynamoRIO in line 7.x. Newer branches (8.x and 9.x) use DRCOV VERSION: 3. Then in such situation scripts just throw exeption:
Exception: [!] File "%s" doesn't appear to be drcov or module+offset format
Hello there,
Do you plan to add support for DynamoRIO 8.x and 9.x line or further maintain this beautiful Ghidra plugin?
It looks like in the script you check:
DRCOV VERSION: 2 is header for DynamoRIO in line 7.x. Newer branches (8.x and 9.x) use
DRCOV VERSION: 3. Then in such situation scripts just throw exeption: