Jump to content
  • 0

New dll shield packet


AsiaGenius

Question


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   17
  • Joined:  01/23/14
  • Last Seen:  

Hello!
 
I need help to finish my DLL Shield.
 
 
My packet 0x64 content: 
 
0e64853029be41dd80944029e6472a0a.png
 
 
My part of DLL source:
 


unsigned int command = (*(unsigned short*)buf);

if( (command == 0x64) ) { //if login packet, send mac to host serv
			char mac_address[18] = "";
			GetMACaddress((char *)mac_address);
			memcpy((char*)buf+*len, mac_address, sizeof(mac_address));
			*len += 17;
} ...

correctly sends new packet value
 
How do I get data added to the packet leng in the emulator?
 
I tried so;
 


char mac = RFIFOL(fd,12);

But always returns zero...
 
But I need some tips to properly handle this new value! I want to add MAC, HWID, Shield Version. I'm testing
first only with the MAC!
 
Help-me pls, I intend to share the DLL Shield for community!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  92
  • Reputation:   4
  • Joined:  06/21/15
  • Last Seen:  

Hello. can you share to me the DLL Files so i can test on my server Thank you :)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   17
  • Joined:  01/23/14
  • Last Seen:  

Hello. can you share to me the DLL Files so i can test on my server Thank you :)

 

Yes.  PM.

Edited by DAFUQ BR
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

same mine too can you send so i can a test and possible to help you thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...