HPExport bool Hooked (bool *fr) { HPMforce_return = fr; DB = GET_SYMBOL("DB"); iMalloc = GET_SYMBOL("iMalloc"); #include HPM_SYMBOL_INCLUDE HPM_HP_load(); return true; }
HPExport bool Hooked (bool *fr) { HPMforce_return = fr; DB = GET_SYMBOL("DB"); iMalloc = GET_SYMBOL("iMalloc"); #include "../plugins/HPMHooking/HPMHooking.GetSymbol.inc" HPM_HP_load(); return true; }
HPExport const char *Hooked (bool *fr) { const char *ret = HPM_shared_symbols(HPM_SERVER_TYPE); if (ret) return ret; HPMforce_return = fr; HPM_HP_load(); return NULL; }
HPExport const char *Hooked (bool *fr) { HPMforce_return = fr; if (!(DB = GET_SYMBOL("DB"))) return "DB"; if (!(iMalloc = GET_SYMBOL("iMalloc"))) return "iMalloc"; #include HPM_SYMBOL_INCLUDE HPM_HP_load(); return NULL; }