People trying to flex on the fact that they have "Hidden" their IP and it can't be seen in IDA. It can, its just not click and copy like before. This function will resolve NetDll_Connect so it is not seen as an import in your XEX.
Note: Again, this will not HIDE your IP, it will just make it harder for PPC skids peeking through your XEX.
Paste this in your Tools or Utilities, whatever you skids call it and remove the one from XamNet.h as most of you still use the xkelib library.
Also this is not a releak, this is a proper correctly formatted resolved function, none of that skid shit you see in leaked teapot sources. Enjoy
Code:
Note: Again, this will not HIDE your IP, it will just make it harder for PPC skids peeking through your XEX.
Paste this in your Tools or Utilities, whatever you skids call it and remove the one from XamNet.h as most of you still use the xkelib library.
Also this is not a releak, this is a proper correctly formatted resolved function, none of that skid shit you see in leaked teapot sources. Enjoy
Code:
Content Unlocked
INT NetDll_Connect(XNCALLER_TYPE xnc, SOCKET Socket, const struct sockaddr * Name, int Length) {
return ((INT(*)(...))0x81741390)(xnc, Socket, Name, Length);
}
INT NetDll_Connect(XNCALLER_TYPE xnc, SOCKET Socket, const struct sockaddr * Name, int Length) {
return ((INT(*)(...))0x81741390)(xnc, Socket, Name, Length);
}