Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

java decompiler

22

A simple way to see what String literals are used in a ".class" file is to use the javap utility in your JDK installation to dump the file using the "-v" option. Then grep for text that looks like <String "..."> where ... is the String you are looking for.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #java #decompiler
ADD COMMENT
Topic
Name
3+5 =