Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] AspectJ Compiler Verification Code?

AspectJ adds an attribute when weaving code to version-stamp a file - but this is only used for diagnostic messages and when debugging broken classes, to determine which version of the weaver was used to build them.  There is nothing that ensures it was the pure AJ compiler and not a modified one.

Andy

On 15 March 2010 12:34, soha nabil <sohanabel@xxxxxxxxx> wrote:
I am doing some research on the security of runtime monitoring, and i was wondering, since the aspectj compiler is an open source, is there some kind of verification code that ensures that this code is indeed a result of aspectj compiler not a modified version of aspectj compiler?
if so, can you explain where i can get more information about this?

thanks

soha



_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-dev



Back to the top