Results 1 to 2 of 2
- 06-03-2012, 02:46 AM #1
Member
- Join Date
- Jun 2012
- Posts
- 4
- Rep Power
- 0
How to prevent hacking game client-server by decompile->modify->package new client
I am developing a project game J2ME client-server . The project has finished last week and my team is preparing for publish this game for commerce, but some reasons I don't know, source code of client is stolen ... now I am worrying about that someone modify code of client to hack my server. In one week, I think many ways to prevent the problem... I don't have many experience in security of MIDlet, so I am not sure my way is reality. My idea is from certificate client, it mean when someone modifies code client and builds the new client, the size of some files *.class will be different from original file. When client login server, client will send size of each of file *.class to server, and server will compare one by one with size of original file. If has difference, the client will be not allow to login. I also think about other way, we will embed into MIDlet of client a file to create signature for midlet, of source, we make sure someone cannot export or read this signature to embed it into new client of them, and when client login server, it will send this signature to server to certificate...
I hope can find the way to protect my client from hacking, if not all effort of my team in 3 months for this game will be lost... welcome all suggestion or experience about this problem ... thanks everyone.
-
Re: How to prevent hacking game client-server by decompile->modify->package new clien
duplicate post -- locked.
Similar Threads
-
TCP Two-Client-Server/Client Program not doing what I expected
By xenoepist in forum Advanced JavaReplies: 6Last Post: 01-09-2012, 09:30 PM -
Client to Server, ClassNotFound Package Problem
By pwnzer in forum New To JavaReplies: 3Last Post: 11-07-2009, 09:17 PM -
Datagram Client and Server, client timer question
By saru88 in forum NetworkingReplies: 1Last Post: 10-05-2008, 03:12 PM -
Identify Client in Socket Client Server Application
By masadjie in forum NetworkingReplies: 1Last Post: 12-20-2007, 09:18 AM


LinkBack URL
About LinkBacks

Bookmarks