reflection - Detecting dynamically loaded classes in a java program -


i using soot instrument classes of application. i've found way instrument classes dynamically it. soot detect static links cause failures programs dynamic loading. have detect classes dynamically loaded in program. suppose don't have option instrument classes practical reasons. example, have instrument whole jdk take hours. because there possibility jdk class loaded @ run time. ultimate goal tool/method give me complete name of classes program uses.

people use tamiflex in combination soot such issues: https://code.google.com/p/tamiflex/

tamiflex lets record dynamic loading little overhead.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -