-
For example, I want to create a type library for a binary with DWARF, but I don't want to include system types (platform types). How can I get only user defined types using API? |
Beta Was this translation helpful? Give feedback.
Answered by
saruman9
Mar 21, 2022
Replies: 2 comments 1 reply
-
I think this might've been answered by this: #3020 (comment). Is that sufficient? Or do you need more information? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I found needed method: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
saruman9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found needed method:
is_type_auto_defined
.