Recursive Script Discovery #8511
GreaterGoodest
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Yes, this was a conscious decision a very long time ago. I think a complicating factor is that Java uses subdirectories in its package layout, so if a top-level script wants to call into other classes that reside in a local package, they will need to be in a subdirectory. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The script manager currently doesn't discover scripts in subdirectories of the provided bundle paths. This makes it a bit unwieldy to house large numbers of scripts in a repo. I know you can use category metadata to make them look nice in Ghidra itself, but it'd be nice to have them also be cleanly organized on disk.
Is this a conscious decision, or is this something that could be added as a selectable option?
Beta Was this translation helpful? Give feedback.
All reactions