Вопрос AccumulatePose crash..

vk.com/simv0lofficial
Забаненный
Забаненный
Статус
Оффлайн
Регистрация
25 Авг 2020
Сообщения
186
Реакции
50
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
C++:
Expand Collapse Copy
void AccumulatePose(Vector pos[], Quaternion q[], int sequence, float cycle, float flWeight, float flTime, CIKContext* pIKContext)
    {
        using AccumulatePoseFn = void(__thiscall*)(CBoneSetup*, Vector* a2, Quaternion* a3, int a4, float a5, float a6, float a7, CIKContext* a8);
        static auto accumulate_pose = (AccumulatePoseFn)util::FindSignature(crypt_str("client.dll"), crypt_str("55 8B EC 83 E4 F0 B8 ?? ?? ?? ?? E8 ?? ?? ?? ?? A1 ?? ?? ?? ??"));

        return accumulate_pose(this, pos, q, sequence, cycle, flWeight, flTime, pIKContext);
    }
crashes more..
 
С этой херней нельзя дебажить, в легендваре это вызывает краш
в оригинальном сурсе от есенина эта вещь не вызывалась при дебаге.
 
Назад
Сверху Снизу