Code Cleanup
This commit is contained in:
parent
2940768041
commit
c51c4f0b81
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue