Skip to content

Release v1.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 17:08
Refactor ProcessMemory to use void*

In order to not pay the overhead of std::variant in the
scanner, opt to use void *. These void * are then converted
into Match:es in the GUI code.