mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-1016: Fixing single jar mode exception
This commit is contained in:
parent
a3f3f7eb82
commit
2eea089265
3 changed files with 26 additions and 12 deletions
|
@ -65,6 +65,10 @@ public class ApplicationModule implements Comparable<ApplicationModule> {
|
|||
return moduleDir.getParentFile().getName().equalsIgnoreCase("Framework");
|
||||
}
|
||||
|
||||
public boolean isDebug() {
|
||||
return moduleDir.getParentFile().getName().equalsIgnoreCase("Debug");
|
||||
}
|
||||
|
||||
public boolean isProcessor() {
|
||||
return moduleDir.getParentFile().getName().equalsIgnoreCase("Processors");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue