-
Notifications
You must be signed in to change notification settings - Fork 26
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
visualizer: adding search support #6
Comments
Definitely a good idea. If you feel like implementing one, please do. I guess it would be a good idea to have both "search by hex bytes", "search by character string" (may be specifying in which encoding), etc. |
Just a quick note: these guys here seem to have started visualizer / IDE project in HTML / JavaScript. I reckon that you are the front-end web developer, so you might be interested in discussing stuff with them as well? |
|
There is Note that text UI module used in ksv is self-written and thus very bare-bones. There is a quick method to ask a user for single line ( As for keybindings, |
Is there any plans to add search support to the visualizer? I doubt your goal is to make a fully featured hex editor, but just having vim-like search support would be pretty neat, I think.
I might be able to supply a pull request for this feature if approved, as well, would just need an hour of someone's time to talk implementation.
I often use Kaitai to map out a file when I am reverse-engineering and like to explore the data surrounding a particular string. I often go to my hex editor to find the offset but it would be nice if I could just do "/Estelle" for example, and jump to the first occurrence of the string "Estelle"
The text was updated successfully, but these errors were encountered: