radare2 icon indicating copy to clipboard operation
radare2 copied to clipboard

Store plugin path and avoid dupes

Open trufae opened this issue 1 year ago • 2 comments
trafficstars

there should be a warning when trying to open a secondary plugin with the same name+type. also Lcj should display the absolute path where each plugin is loaded from

Screenshot 2023-11-25 at 20 54 28

trufae avatar Nov 25 '23 19:11 trufae

or maybe checksum the plugin file which can be probably a better approach, because r2 could be reporting better error messages when finding duplicated plugin installations (in exchange for slower loading times :__)

trufae avatar Feb 15 '24 10:02 trufae

let's move this to the next abi breaking release, not really a big issue if users keep their plugin folders clean. and we may probably want to find a better balance between startup performance and so on

trufae avatar Mar 15 '24 09:03 trufae