Вопрос Дайте новую сигнатуру

Начинающий
Начинающий
Статус
Оффлайн
Регистрация
12 Июн 2025
Сообщения
7
Реакции
0
Добрые люди дайте новый паттерн
C* get_base_entity( int index ) {
static auto get_client_entity = reinterpret_cast<C * ( __fastcall* )( i_entity_system*, int )>( g_opcodes->scan_absolute( g_modules->m_modules.client_dll.get_name( ), "81 FA ? ? ? ? 77 ? 8B C2 C1 F8 ? 83 F8 ? 77 ? 48 98 48 8B 4C C1 ? 48 85 C9 74 ? 8B C2 25 ? ? ? ? 48 6B C0 ? 48 03 C8 74 ? 8B 41 ? 25 ? ? ? ? 3B C2 75 ? 48 8B 01", 0x2 ) );

return get_client_entity( this, index );
}
 
Good people, give me a new pattern.
C* get_base_entity( int index ) {
static auto get_client_entity = reinterpret_cast<C * ( __fastcall* )( i_entity_system*, int )>( g_opcodes->scan_absolute( g_modules->m_modules.client_dll.get_name() ), "81 FA ? ? ? ? 77 ? 8B C2 C1 F8 ? 83 F8 ? 77 ? 48 98 48 8B 4C C1? 48 85 C9 74? 8b C2 25? ? ? ? 48 6B C0? 48 03 C8 74? 8b 41? 25? ? ? ? 3b C2 75? 48 8b 01 ", 0x2) );

return get_client_entity( this, index );
}
4C 8D 49? 81 FA
 
8B D9 85 DB 78 ? 3B 1D ? ? ? ? 73 ? 8B CB E8 ? ? ? ? 48 85 C0 74 ?
 
Назад
Сверху Снизу