Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Virus / unwanted code modification

Nicolai wrote :

 An infection could go this way
- get the compiler
- search every java application
- and weave it with the infection aspect
- add aspectjrt.jar into the infected jar

Where is my fault?

---------------------------

I suppose a virus that already has such (r/w) access to the filesystem does not need to go through all the stress to do something malicious. But, any aspect woven in a java class is still subject to the usual Java security constraints.

Cheers,
Dayo



Back to the top