binexport
binexport copied to clipboard
BinExport Ghidra extension should be easily buildable on Windows
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
protoccompiler from Gradle.