How to programmatically set a well-known Win32 API function pointer type? #3569
Answered
by
huettenhain
huettenhain
asked this question in
Q&A
-
How would I programmatically, from a Ghidra script, obtain the However, the DataTypeManager dtm = currentProgram.getDataTypeManager();
for (SourceArchive a : dtm.getSourceArchives()) {
for (DataType dt : dtm.getDataTypes(a)) {
println(dt.getName());
}
} I have spent quite a bit of time trying to figure out how the Ghidra UI does it, without success. Thanks a lot in advance for any help! |
Beta Was this translation helpful? Give feedback.
Answered by
huettenhain
Nov 13, 2021
Replies: 1 comment
-
For a solution, see #3599! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
huettenhain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a solution, see #3599!