Skip to content

Storing metadata with PyGhidra #7395

Answered by ryanmkurtz
bdemick asked this question in Q&A
Discussion options

You must be logged in to vote

Here's one way to store some basic metadata in a program:

Options props = program.getOptions(Program.PROGRAM_INFO)
props.setString(optionName, value)

This will then be visible in the CodeBrowser under Help -> About <program>

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@bdemick
Comment options

@ryanmkurtz
Comment options

Answer selected by bdemick
@bdemick
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants