Home > Archive > Java Help > November 2007 > Lost the source Luke
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Lost the source Luke
|
|
| Robert Hicks 2007-11-13, 8:14 am |
| I more than likely have to reverse engineer one of our applications
(see the subject line). I have been looking at Jad and JCavaj and the
like. I was wondering what percentage (roughly) of the source I would
get back running it through one of those. Any experience?
Robert
| |
| IchBin 2007-11-13, 7:18 pm |
| Robert Hicks wrote:
> I more than likely have to reverse engineer one of our applications
> (see the subject line). I have been looking at Jad and JCavaj and the
> like. I was wondering what percentage (roughly) of the source I would
> get back running it through one of those. Any experience?
>
> Robert
>
In my experience with FrontEnd Plus\Jad is that it you get all back.
Some code is returned not in its original form but with different api's.
Naturally you do not get the original comments. Just try it to see
what you get in return.
-
Thanks in Advance... http://weconsulting.org
IchBin, Philadelphia, Pa, USA ttp://ichbinquotations.weconsulting.org
________________________________________
_________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
| |
| Robert Hicks 2007-11-13, 7:18 pm |
| On Nov 13, 12:37 pm, IchBin <weconsulta...@gmail.com> wrote:
> Robert Hicks wrote:
>
>
> In my experience with FrontEnd Plus\Jad is that it you get all back.
> Some code is returned not in its original form but with different api's.
> Naturally you do not get the original comments. Just try it to see
> what you get in return.
>
Thanks, I am trying that one now. That you get it *all* back it is
good news. I realized the comments thing because comments don't get
compiled down. Ah me for ugly projects.
Robert
| |
| Roedy Green 2007-11-13, 7:18 pm |
| On Tue, 13 Nov 2007 04:33:53 -0800, Robert Hicks <sigzero@gmail.com>
wrote, quoted or indirectly quoted someone who said :
>I more than likely have to reverse engineer one of our applications
>(see the subject line). I have been looking at Jad and JCavaj and the
>like. I was wondering what percentage (roughly) of the source I would
>get back running it through one of those. Any experience?
You will get all the source back. What's missing are comments,
Javadoc, local variable names, expressions used to compute constants
known an compile time.
see http://mindprod.com/bgloss/backup.html
Nowadays there is no excuse for not backing up everything. You can do
it with only a few seconds of effort. The main way you get nailed is
by not taking a backup offsite and somebody steals the works or you
have a fire or flood.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
|
|
|
|
|