| View previous topic :: View next topic |
| Author |
Message |
MoolT Cheater
Reputation: 0
Joined: 16 Mar 2007 Posts: 38
|
Posted: Fri Jun 22, 2007 12:45 pm Post subject: Java question |
|
|
can you compile java into EXEcutable file?
if so can anyone share the name of the compiler with me?
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Fri Jun 22, 2007 12:52 pm Post subject: |
|
|
you can with JCreator
but you need to do a manifest
i could never get the manifest to work
and btw its not .exe its .jar
it links the files together and compiles it using JRE
_________________
|
|
| Back to top |
|
 |
MoolT Cheater
Reputation: 0
Joined: 16 Mar 2007 Posts: 38
|
Posted: Fri Jun 22, 2007 1:17 pm Post subject: |
|
|
| yea well I can make JAR files. I'm just wondering if there's a way to make a normal EXE one.
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
|
| Back to top |
|
 |
MoolT Cheater
Reputation: 0
Joined: 16 Mar 2007 Posts: 38
|
Posted: Fri Jun 22, 2007 1:30 pm Post subject: |
|
|
wanna try joining the "crackme" community and if I can't crack I can make the "crackme" file and see what they did to crack it. It might not be correct but well, it's still fun making and cracking challenges.
BTW, if anyone is willing to teach me the basics or refer me to a cracking guide I'll be very thankful.
|
|
| Back to top |
|
 |
RS Newbie cheater
Reputation: 0
Joined: 12 Jun 2007 Posts: 20
|
Posted: Fri Jun 22, 2007 2:37 pm Post subject: |
|
|
| If memory serves, J# compiles into an executable. J Sharp Express is distributed for free (legally too!).
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Fri Jun 22, 2007 2:46 pm Post subject: |
|
|
J# still runs on the MS .Net framework though, not that much different from JVM if the Java code is compiled with JIT.
Also, J#'s implementation of certain methods in classes such as String is different than the implementation in Sun's Java.
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Fri Jun 22, 2007 4:44 pm Post subject: |
|
|
j# is bulky
Java is less bulky
and java wont compile into a .exe
it has to be run by JRE
_________________
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Fri Jun 22, 2007 4:46 pm Post subject: |
|
|
| blankrider wrote: | j# is bulky
Java is less bulky
and java wont compile into a .exe
it has to be run by JRE |
Sun Java less bulky? I wouldn't go that far.
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Fri Jun 22, 2007 6:39 pm Post subject: |
|
|
ANYTHING is less bulky than .net
sun java isnt that bad actually o.o
not the fastest
but not the slowest
its a good language
_________________
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Fri Jun 22, 2007 7:43 pm Post subject: |
|
|
I code in Java as well as some of the .net languages. From my personal experience, Sun Java is definitely the slowest, especially with any GUI involved. The swing classes are just huge. Java is still my favorite for its reliability though.
Anyways, back on topic.
Although I believe that a good "crack me" should rely on the algorithm rather than the protection from ASM's vagueness, it is true that your program will suffer because of the lack of methods for system interaction and your source code being freely available. If you're good with Java, you should be able to pick up C/++, which do include methods for system interaction, in no time.
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
|