-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Multiline Operations / Multiline Selection #2601
Comments
Related #1708 and the issue related to that. |
Will be working on this issue with a team at Purdue as part of our senior design project. |
@yasmiins After you have familiarized yourself with existing code, before you get too deep into implementing stuff, I would appreciate if you posted a more detailed description of what and how you are planning to do for discussion. That way things will go much smoother once you reach the state of code review. Same applies to other issues. |
@yasmiins I also recommend coming to our Mattermost "Cutter Dev" channel on https://im.rizin.re to have real time discussion with developers. |
I am part of the team working on this issue with Professor @SantiagoTorres @XVilka @karliss @Semnodime Could you provide a demo to better understand the implementation and impact or should I just join Mattermost channel? |
The biggest question here is, what operations (e.g. in context menu) would make sense for multiple instructions at the same time? @Semnodime what you had in mind for that? The most sensible thing would be two operations
|
Is your feature request related to a problem? Please describe.
Sometimes an operation has to be applied on multiple lines of disassembled instructions.
Allowing for multiline selection and operating on those multiple lines can drastically eliminate redundant workload during binary analysis.
Describe the solution you'd like
Allow selection of multiple lines by drawing a rectange with the mouse (click-hold-move-release left mouse button).
Allow adding aditional individual lines by shortcut like Shift+Left Click.
Describe alternatives you've considered
Context menu entry for multiple line selection (not recommended due to unnecessarily nested UI actions).
The text was updated successfully, but these errors were encountered: