Skip to content

Investigate more performant algorithms #2

@SoraTenshi

Description

@SoraTenshi

Currently i believe i only implement some brute forcing algorithm.
There are multiple ways to implement a more performant solution than that:

  1. SIMD, can probably be applicable to other algorithms as well
  2. Boyer-Moore Algorithm might be useful, as it is heuristic's based but quite a bit more complex to implement
  3. Aho-Corasick Algorithm could also be beneficial.

To all of those, maybe it's also beneficial to allow an iterate to all the possible regions of a process, including dynamically loaded libraries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions