Fixed external pattern scan issue (tested on Linux)
2.6.2
Fixed issue in mem_in_pattern_scan Added mem_lib_new TODO: Fix mem_ex_pattern_scan
2.6.1
Added and improved "free" functions for the structs
2.6.0
Added libmem.hpp (contains C++ specific code to make coding with libmem easier. If you include it by mistake in a C program, it will just use "libmem.h" instead).
2.5.3
Fixed GCC extra warnings (-Wextra)
2.5.2
Removed C++ direct thiscalls due to incompatibility with Visual Studio (possible to compile, but would take some extra steps and manual modification of the original code, which I don't recommend) No more warnings in GCC (-Wall -Wpedantic)