http://members.xoom.com/gmendosa/
NARF! 1.0 Copyright 1999 Gabriel Mendosa.
Runtime modules and customization aids are freeware by download.
NARF! will not run on your computer unless your Java Virtual Machine is reasonably up to date. You can obtain the latest version (free) at
Edge
--
Edward "Edge" Montgomery
remove NOSPAM to reply
If he's using Java, it's open source whether he likes it or not (unless
he's using a good obfuscator)...
p
Isn't Java just ascii text?
the Mav
--
Cliffhanger Serials, Boardgames, Videogames, and Red Baron I
http://www.volcano.net/~themaverick
The Classic Microgames Museum
http://www.angelfire.com/ca/themav/micind.html
The Macho Women with Guns Homage Page
http://www.geocities.com/TimesSquare/Lair/6747
: Isn't Java just ascii text?
No, Java compiles to bytecode. In theory the bytecode would be
as difficult to decompile as regular machine code, but in practice it
is very easy to decompile java bytecode back into java. Thus people use
programs that do things to the bytecode that still allow the bytecode to
work but make it hard to decompile, or make it produce impossible java.
Marc Hernandez
Fortunately most people do not use obfuscators. There are some commercial
decompilers on the market but my personal favorite is a program called Jad,
which is freeware.
Use of decompilers is a contentious topic in the Java community, because you
can modify and recompile the recovered source code. This will allow you to
get around copy protection/time locks/cripples. Personally I have no
problem with decompilers, and the few times I have used them have been only
to learn..."how did they do x"?
p
Gmork L. Kadran <gmo...@yahoo.com> wrote in message
news:37B5B06C...@yahoo.com...
> Explain how this works to me please
>
> >
I am currently available. Low rates. ;-)
>>> If he's using Java, it's open source whether he likes it or not
>> Explain how this works to me please
> Isn't Java just ascii text?
Perhaps you're thinking of JavaScript, which despite the similar name,
is an unrelated language. JavaScript is plain ascii text. Java (when
compiled) is not.
Steve
--
------------------------------------------------------------------
Steve Taylor st...@afs.net.au
Applied Financial Services
Phone: +61 3 9691 3320
Generally speaking obfuscating code isn't worth the effort unless you have
come up with something truly wonderful. However, some people would disagree
with me. I have never used an obfuscator so I don't have any URLs. I
recommend checking assorted Java sites, maybe do a search on gamelan.com.
p
Gmork L. Kadran <gmo...@yahoo.com> wrote in message
news:37B7815B...@yahoo.com...