Open
Description
Basically, we should be able to do the eqivalent of Binary Ninja's or IDA Pro's "strings view," but for string literals from the program. Absent making a tool that will scan all StringLiteral
expressions, this will require populating a full text searchable index at index time.
We should also have a similar index on integer literals. More care might need to be taken on how we go about the integer literal index.