View Single Post
Old 07-25-2016, 06:50 AM   #14
DaBackpack
~ お ま ん こ ~
 
DaBackpack's Avatar
 
Join Date: Mar 2014
Location: unlikely
Age: 30
Posts: 915
Send a message via Skype™ to DaBackpack
Default Re: Puzzling Program!

yeah if you want to do something like this and prevent what YoshL and co. did, .jars are really easy to open

I would recommend choosing a different compiled language, but even C is easy-ish to reverse engineer if you have the right tools

honestly I would recommend embedding this in some kind of web app ---

server computer (yours) does all of the computing in secret, and the client side manages answer requests and stuff

cool idea though, would be interested in seeing more!

EDIT: You can still use Java for serverside code if you use https://en.wikipedia.org/wiki/JavaServer_Pages

EDIT EDIT: Final option would be using a code obfuscator but I think there are ways to decode plaintext strings in code so you'd need to be careful
__________________


Quote:
Originally Posted by Moogy View Post
no one cares
Quote:
Originally Posted by TWG Dan Hedgehog View Post
there are 743 matches for hedgehog suicide on deviantart
that's kind of a sad statistic

Last edited by DaBackpack; 07-25-2016 at 06:54 AM..
DaBackpack is offline   Reply With Quote