PyGhidra open_program loader options #8001
-
Is there a way to pass loader arguments like |
Beta Was this translation helpful? Give feedback.
Answered by
ryanmkurtz
Apr 11, 2025
Replies: 1 comment 3 replies
-
No, you'd have to use the |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
bdemick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, you'd have to use the
AutoImporter
java class. It looks likeopen_program()
uses theGhidraProject
java class, which in turn usesAutoImporter
, but there is not currently a way to pass in the loader arguments this way. I am in the process of rethinking this whole API, so I will take this into consideration.