mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-5078: Improvements to Ghidra Module directory layout
This commit is contained in:
parent
73224da27b
commit
faf55a8de6
243 changed files with 482 additions and 238 deletions
|
@ -193,6 +193,11 @@ public class GhidraModuleUtils {
|
|||
// Update language ant properties file
|
||||
GhidraModuleUtils.writeAntProperties(project, ghidraLayout);
|
||||
|
||||
// Create a README
|
||||
try (PrintWriter out = new PrintWriter(new File(projectDir, "README.md"))) {
|
||||
out.println("# " + project.getName());
|
||||
}
|
||||
|
||||
// Refactor/rename the source files, package, and help files
|
||||
String packageName = project.getName().toLowerCase();
|
||||
for (ModuleTemplateType moduleTemplateType : moduleTemplateTypes) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue