emerald icon indicating copy to clipboard operation
emerald copied to clipboard

Import DynamoRIO drcov code coverage data into Ghidra

Results 3 emerald issues
Sort by recently updated
recently updated
newest added

Adjusting block_data_lan according to the remainder value (https://github.com/reb311ion/emerald/blob/master/emerald.py#L174-L176). The figure below shows an example of the exception that might occur without that little adjustment ![emerald_fix](https://github.com/reb311ion/emerald/assets/32848129/78348c8f-2b96-46d7-b886-e9d67cb84ddf)

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: ```...

emerald.py> Running... Traceback (most recent call last): File "/path/to/ghidra_scripts/emerald.py", line 20, in from ghidra.framework.plugintool.util import OptionsService ImportError: cannot import name OptionsService