binexport icon indicating copy to clipboard operation
binexport copied to clipboard

BinExport Ghidra extension should be easily buildable on Windows

Open cblichmann opened this issue 5 years ago • 0 comments

See #44.

On Windows, the checked-in symlink java/BinExport/src/main/proto/binexport2.proto -> binexport2.proto cannot be followed.

Possible solutions:

  • Have Gradle copy the file before the build
  • Figure out a (supported) way to only specify a single proto file to the protoc compiler from Gradle.

cblichmann avatar Mar 13 '20 17:03 cblichmann