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

Omni-search dialog #17

Closed
netromdk opened this issue Nov 13, 2017 · 2 comments
Closed

Omni-search dialog #17

netromdk opened this issue Nov 13, 2017 · 2 comments
Assignees
Labels
Milestone

Comments

@netromdk
Copy link
Owner

netromdk commented Nov 13, 2017

Implement a dialog for jumping to address, line, function, strings, tags, or text value.

Search in the following way:

  • Addresses is in binary view
  • Lines in binary view
  • Section names (also jump to section on match)
  • Section types (also jump to section on match)
  • Functions in functions list (it'll automatically also select in binary view on match)
  • Strings in strings list (also selects on match)
  • Tags in tags list (also selects on match)
  • As a fall-back try to find a string match in the binary view

If nothing is found then display message box about it.

Add menu action: Tools -> Omni-search
Application-wide shortcut: ctrl+shift+f

@netromdk netromdk self-assigned this Nov 13, 2017
@netromdk netromdk changed the title Omni-search Dialog Omni-search dialog Nov 13, 2017
@netromdk netromdk modified the milestones: v0.2, v0.3 Nov 16, 2017
@netromdk
Copy link
Owner Author

netromdk commented Apr 5, 2020

Work done in omni-search branch.

@netromdk netromdk closed this as completed Apr 8, 2020
@netromdk
Copy link
Owner Author

netromdk commented Apr 8, 2020

It has been implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant