I have an application running the JVM, it looks like it uses the Abstract Windowing ToolKit (AWT) , I found that after doing some research, since the main application window is MSAWT_Comp_Class , doing some analysis in the EXE application, I found that what looked like links to import Java classes (I'm not sure):

So, I think Java classes exist, but are not available, all I could find in the application was the contents of RC_DATA, which has the above links, also found that the application is a Java application converted to EXE using Jexegen . since Jexegen and some SDK links can be found using hexadecimal lookups.
My question is, is there a way to extract Java classes or read them from this application? perhaps knowing the structure of the Annotation Windowing ToolKit (AWT) or Swing or Jexegen or how Java files are included in a C # application after compilation.
Hope I could clearly ask my question, I tried my best with my little knowledge.
source share