Search code examples
javadecompiling

jd-eclipse for dynamically generated java classes


I was looking at JD-Eclipse to be able to view contents of class files. Does anyone know if it is possible to view contents of dynamically generated classes (say proxies) loaded in the JVM using this?

Thanks in advance!


Solution

  • JD-Eclipse can read only physical class files, it won't read in-memory classes