add Import button to Memory Viewer #1088
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allows importing search results exported from a previous search to be used as the initial state of a new search.
https://discord.com/channels/310192285306454017/310195377993416714/1199805920251744296
For example: If I had narrowed my search results down to four values:
I could export this, and then later import it again, which would initialize a new search containing those four addresses and their captured values. The first filter on "!=" would compare against the 67/01/00/00 values. Then future filters would proceed normally using the values captured from the previous filter.
Similar to loading states, the initial values come from the import (instead of before loading the state) and filters are applied based on the current state (after loading the state/after importing).
NOTE: does not work with ASCII, BitCount or 4-bit searches.