Skip to content

Create searchable index on string literals and integer literals #372

Open
@pgoodman

Description

@pgoodman

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions