Open ox1234 opened 4 years ago
Are you using InitialContext
in your code? Otherwise it likely won't be part of the database.
I also find that InitialContext is not in my code, but I want to analyze the whole jdk classes and the source code classes, and some jdk classes are not used in the source, is it possible?
Are you using
InitialContext
in your code? Otherwise it likely won't be part of the database.
In fact, I want to do some vulnerability research, I need to search the entire jdk classes, not only the source code used classes
In that case you'll want a database of the jdk itself. Let me see if I can find that for you.
Still working on this. The problem is that our old infrastructure for making such databases available is currently being decommissioned, and the new infrastructure is in the process of being set up but still pending an approval from legal.
here is my code, i want to get the javax.naming.xxx classes, such as InitialContext
but after run, only four result