Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support creation of structure inside structures in types sidebar #4121

Open
op2786 opened this issue Mar 20, 2023 · 0 comments
Open

Support creation of structure inside structures in types sidebar #4121

op2786 opened this issue Mar 20, 2023 · 0 comments
Labels
Component: UI Issue needs changes to the user interface Effort: Low Issue should take < 1 week Impact: Medium Issue is impactful with a bad, or no, workaround Type: Enhancement Issue is a small enhancement to existing functionality UI: Types Issues with the Types widget

Comments

@op2786
Copy link
Contributor

op2786 commented Mar 20, 2023

Most of the time I encounter a structures that have another structure in it whose members become visible over time. In the example below, I know that at offset 0x10 of wsa_ctx there is another structure that holds data buffer which have 2 four bytes member. In this case, I want to select both data and field_14 and create a structure there by pressing S.

Currently, BN creates a stucture with no members and do not modify wsa_ctx. I expect BN creates that structure, put it in the wsa_ctx's offset 0x10 and get rid of data and field_14.

Recording 2023-03-20 at 14 37 40

@op2786 op2786 added the Type: Enhancement Issue is a small enhancement to existing functionality label Mar 20, 2023
@plafosse plafosse added UI: Types Issues with the Types widget Effort: Low Issue should take < 1 week Impact: Medium Issue is impactful with a bad, or no, workaround labels Mar 21, 2023
@fuzyll fuzyll added the Component: UI Issue needs changes to the user interface label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: UI Issue needs changes to the user interface Effort: Low Issue should take < 1 week Impact: Medium Issue is impactful with a bad, or no, workaround Type: Enhancement Issue is a small enhancement to existing functionality UI: Types Issues with the Types widget
Projects
None yet
Development

No branches or pull requests

3 participants