Thread: help with okapi
View Single Post
Craxor
Veteran Member
Join Date: Jan 2016
Location: Romania
Old 06-19-2017 , 17:03   Re: help with okapi
Reply With Quote #6

Yes, i've already read about this, i'm focusing on working with byte signatures.

Edit, ok i have this function:
PHP Code:
CBuyZone::BuyTouch(class CBaseEntity *) 
That's the symbol i believe?
PHP Code:
?BuyTouch@CBuyZone@@QAEXPAVCBaseEntity@@@
Hex adress:
PHP Code:
23 48 69 6E 74 5F 70 72  65 73 73 5F 62 75 79 5F 
Signature:
PHP Code:
//The first 8 symbols ?
{0x23,0x48,0x69,0x6E,0x74,0x5F,0x70,0x72}

//Or full of it?
{0x23,0x48,0x69,0x6E,0x74,0x5F,0x70,0x72,0x65,0x73,0x73,0x5F,0x62,0x75,0x79,0x5F
Edit2 if i open from 'extracts' the function then it will have different signature:
PHP Code:
{0x560x8B,0x74,0x24,0x08,0x57,0x8B,0xF9,0x8B,0x06,0x8B,0xCE,0xFF,0x90,0xA0,?} 
Question 1 - wich one of the following is good ? the first 8 symbols or full of it ?
Q2 - Wich native i should use to hook the function and print an debug message ?
__________________
Project: Among Us

Last edited by Craxor; 06-20-2017 at 06:03.
Craxor is offline
Send a message via ICQ to Craxor