You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I use centos7
I've been trying to hook 1 week into this function.
void __cdecl XPlayerServer::OnHandshakeRequest(XPlayerServer *const this, int a_1, BYTE *b_1, size_t c){
.................
}
Code of me:
void XPlayerServer_OnHandshakeRequest(void *xlayserver, int nConnIndex, size_t pbyData, size_t uDataLen)
{
((ptrXPS_OHSR)subhook_get_trampoline(hook3))(xlayserver,nConnIndex,pbyData,uDataLen);
}
But *xlayserver seems to be wrong.
The system was standing when the hook was hooked up.
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Hi
I use centos7
I've been trying to hook 1 week into this function.
void __cdecl XPlayerServer::OnHandshakeRequest(XPlayerServer *const this, int a_1, BYTE *b_1, size_t c){
.................
}
Code of me:
void XPlayerServer_OnHandshakeRequest(void *xlayserver, int nConnIndex, size_t pbyData, size_t uDataLen)
{
((ptrXPS_OHSR)subhook_get_trampoline(hook3))(xlayserver,nConnIndex,pbyData,uDataLen);
}
But *xlayserver seems to be wrong.
The system was standing when the hook was hooked up.
Thank you for your help.
The text was updated successfully, but these errors were encountered: