ubfx / BinDiffHelper

Ghidra Extension to integrate BinDiff for function matching
258 stars 23 forks source link

build.gradle: exclude 'binexport' and '.github' from distribution #29

Closed SmileyAG closed 1 month ago

SmileyAG commented 1 month ago

We really don't need to include the binexport source code in the distribution, since it is not used in runtime and only takes up 2/3 of the archive size.

ubfx commented 1 month ago

Do you have an idea why building seems to fail with latest ghidra? Does it work locally for you?

SmileyAG commented 1 month ago

Should be fine now, just needed to rebase from the latest commit of master due to the fixes in #28 pull request.