Replies: 1 comment 1 reply
-
to export the functions that you tagged. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my example I am analyzing a MFC based win32 program and I am only interested in one specific library that is used within that program, i.e. 90% of the decompiled code is boilerplate MFC stuff (etc) that I am not interested in at all. I already identified most of the functions that I am actually interested and organized these in a respective package/class structure.
I saw that functions can be individually flagged with user defined "tags" - which can then be used to filter the data export. I would want to tag everything within a specific namespace. But from what I see the "Function Tags" UI only allows to tag functions one by one. It seems excessively silly/annoying if I had to manually go through hundreds of functions using that dialog just to perform a tagging that I conceptually already had performed via the namespace.
Is there some bulk-tagging API that I have overlooked? Or some add-on tool that allows to automatically tag based on package name?
Beta Was this translation helpful? Give feedback.
All reactions