[Soot-list] Finding Pointcuts in Aspect J in Jimple

Fei Yan feiya200 at cs.uregina.ca
Thu Jun 12 04:31:33 EDT 2008


Hi everyone,

If I use AspectJ captures some pointcuts, for example before a method call to System.out.println(). Would it be possible to find these pointcuts again in the UnitChain of a Jimple method?

I dont know where I should start with this problem. It's like I should put something in the advice part of these pointcuts to record some sort of instruction signature so I can look up the UnitChain for the instruction. Am I right?

Any suggestion would be helpful.

Thank you!

Alvin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20080612/7db5e268/attachment.htm


More information about the Soot-list mailing list