Source: edb-debugger Version: 0.9.21-2 Severity: minor Tags: upstream User: de...@kali.org Usertags: origin-kali
On i386 when you start edb, you get the following message: "Failed to successfully load the debugger core plugin. Please make sure it exists and that the plugin path is correctly configured. This is normal if edb has not been previously run or the configuration file has been removed." By default the plugin path is set to "/usr/lib/1-linux-gnu/edb" instead of "/usr/lib/i386-linux-gnu/edb" The program is functional since we can easily change the path with the configuration panel: Options -> Preferences -> Directory -> Plugin Directory This bug was first reported in Kali: https://bugs.kali.org/view.php?id=4265 It affects the Debian package too. I think it's because of DEFAULT_PLUGIN_PATH "stringified" several times. This issue was reported upstream few years ago: https://github.com/eteran/edb-debugger/issues/134