You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like an easy way to "Apply Signature and Data Types" to multiple symbols at a time.
Right now, I have to make that change by using the BSIM function overview, right click to "Search selected function", then right click to apply changes. This is fine for a few symbols, but not feasible for dozens.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I have a dream. The dream has two parts.
Show the matching function names in the BSim overview
To the right of the Self Significance column, add a "Matches" column. It's a text field that lists the executable and functions that matched. If there's too many matches, it lists only the first 5 of them, followed by "...".
Allow "Apply Signature and Data Types" for multiple items
Add a column for checkboxes to apply changes. By default they're all off, but there's a "Select all" button.
At the bottom, there's a button titled "Apply signature and data types for all selected".
That is my dream.
(My dreams do not consider performance impact)
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I expect there's a way to do this with the existing Java or Python interface. If you gave me some leads, my be able to just script it myself.
Additional context
These things are especially useful when analyzing large applications that include entire statically linked libraries.
The text was updated successfully, but these errors were encountered:
I believe, in the BSim search results window, you can Shift + Click or Cmd/Ctrl + Click to select multiple matches, then RMB > Apply [...]. It should Apply for all selected matches. So, you can do smth like
select many functions
you can highlight functions easily in places like symbol table, and RMB > make a selection. it should say smth like "four zillion adddresses selected!" or smth
BSim > Perform Overview...
select all the overview funcitons (probably above a certain threshold)
Is your feature request related to a problem? Please describe.
I would like an easy way to "Apply Signature and Data Types" to multiple symbols at a time.
Right now, I have to make that change by using the BSIM function overview, right click to "Search selected function", then right click to apply changes. This is fine for a few symbols, but not feasible for dozens.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I have a dream. The dream has two parts.
To the right of the Self Significance column, add a "Matches" column. It's a text field that lists the executable and functions that matched. If there's too many matches, it lists only the first 5 of them, followed by "...".
Add a column for checkboxes to apply changes. By default they're all off, but there's a "Select all" button.
At the bottom, there's a button titled "Apply signature and data types for all selected".
That is my dream.
(My dreams do not consider performance impact)
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I expect there's a way to do this with the existing Java or Python interface. If you gave me some leads, my be able to just script it myself.
Additional context
These things are especially useful when analyzing large applications that include entire statically linked libraries.
The text was updated successfully, but these errors were encountered: