cyberkaida / reverse-engineering-assistant

An AI assistant for reverse engineering tasks 👩‍💻
Apache License 2.0
243 stars 20 forks source link

Fix ghidra-assistant build on Windows #43

Closed unkmc closed 4 months ago

unkmc commented 4 months ago

Gradle build on windows is currently failing with errors, e.g. Execution failed for task ':generateProto'. > Source directory 'D:\github\reverse-engineering-assistant-fork\ghidra-assistant\src\main\proto' is not a directory.

and

Reason: Task ':extractIncludeProto' uses this output of task ':copyDependencies' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.

cyberkaida commented 4 months ago

Relating

51

unkmc commented 4 months ago

Second PR: https://github.com/cyberkaida/reverse-engineering-assistant/pull/53