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
I think searching for numbers is an intriguing enough use-case to justify special treatment, however such an "-i" option has corner cases (non-multiple search string length) that makes the behavior a bit non-obvious.
I wonder if we should instead support something like "-i ", which adds "number" to the search string, and be something like {B,H,I,Q}, possible with a prefix to indicate endianness. We could then support multiple search strings (which are concatenated), so one could search for
E.g.:
would invert endianess and be equivalent to:
The magic case
-i 0
could invert the entire string to:0807060504030201
.The text was updated successfully, but these errors were encountered: