ReallocAll

Results 2 issues of ReallocAll

Most users are not yet using 1.18.33.02, as LiteLoader is currently adapted to 1.18.32.02 And CMakeLists.txt uses the unreleased BDS version 1.18.33.04, please fix it Here is the SymHook.h that...

new version request

Example: ```c #include #include THOOK(on_initialize_logging, void, "_ZN15DedicatedServer17initializeLoggingEv", uintptr_t this) { on_initialize_logging.original(this); char array[32]; // sizeof(std::string) == 32 void *sstr_new = NULL; void *sstr_array = array; void *sstr_malloc = malloc(32); std_string_string(&sstr_new,...