Control: tags -1 + patch We submitted a patch upstream: https://github.com/eteran/edb-debugger/pull/608
And you can get the patch for this version from our Kali package: http://git.kali.org/gitweb/?p=packages/edb-debugger.git;a=blob;f=debian/patches/fix_plugin_path.patch;h=f1dac957cc3cd20cf2210efa788343fad84989a0;hb=3ee11159d7d44abeae6534930010b3240de5db6c The problem is that the macro expansion is done recursively so that DEFAULT_PLUGIN_PATH becomes /usr/lib/i386-linux-gnu/edb and then /usr/lib/1-linux-gnu/edb because "i386" is a defined macro on i386. Our fix is to define DEFAULT_PLUGIN_PATH directly as a string (which is thus no longer modified by the pre-processor). Cheers, -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: https://www.freexian.com/services/debian-lts.html Learn to master Debian: https://debian-handbook.info/get/

