Added support for direct thiscalls on structs (C++ only) (experimental feature, might get removed. Use the latest 2.4) Before: `str.c_str(&str); //thisptr parameter required` After: `str.c_str(); //thisptr parameter no longer required (C++)`
2.4.2
Small changes
2.4.1
Fixed crash in mem_ex_get_module_list
2.4
Added mem_module_list_t Added mem_ex_get_module_list and mem_in_get_module_list Fixed a lot of stuff