Code Cleanup

This commit is contained in:
Konloch 2022-01-22 12:59:22 -06:00
parent 2940768041
commit c51c4f0b81
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function execute(classNodeList) {
//then print out the value of the fields inside the class
//if the strings get decrypted on init, this allows you to dump the current values
if (field.name.equals("z")) {// && f.desc.equals("([Ljava/lang/String;)V")) {
if (field.name.equals("z")) {
try {
var loadedClass = BytecodeViewer.getClassNodeLoader().nodeToClass(cn);
var reflectedFields = loadedClass.getFields();