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
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
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: