Release v1.1
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.
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.