Вопрос How to find m_nCommandsPredicted

  • Автор темы Автор темы AloofTR
  • Дата начала Дата начала
Начинающий
Начинающий
Статус
Оффлайн
Регистрация
24 Апр 2019
Сообщения
29
Реакции
2
I found the RestoreEntityToPredictedFrame function and checked its xrefs, but I'm not sure how to extract the actual offset from it.
Can someone explain the steps or what to look for exactly?
 
I found the RestoreEntityToPredictedFrame function and checked its xrefs, but I'm not sure how to extract the actual offset from it.
Can someone explain the steps or what to look for exactly?
C++:
Expand Collapse Copy
commands_predicted = *(_DWORD *)(sub_180706890(*(_QWORD *)(a2 + 8)) + 0x138);

0x138 this is actual offset of commands_predicted
 
Назад
Сверху Снизу