Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] AspectJ decompiler

On 01/08/05, sree <chandu61078@xxxxxxxxxxx> wrote:
> Dear All,
> 
> Have we got any decompilers to decompile the .class
> file with an weaved aspect?
> 
> As we have CAVAJ for Java where we can reverse
> engineer the .class files to .java files, have we got
> any tool which can convert the .class files(of aspect
> and java) to .java files?
> 

AFAICT, the .class files the aspectj compiler/weaver generate are
pretty decompiler-friendly. Although they are pretty interesting to
read, :)

BTW, I'm using jad too.

HTH.

-- Joe

-- 
Money can't buy everything.
Sometimes money can't even buy a gun...


Back to the top