Package cuchaz.enigma.analysis

Examples of cuchaz.enigma.analysis.SourceIndex.replaceDeobfReference()


        // change the class of the entry
        obfEntry = obfEntry.cloneToNewClass( resolvedObfClassEntry );
       
        // save the new deobfuscated reference
        deobfReference.entry = deobfuscateEntry( obfEntry );
        index.replaceDeobfReference( token, deobfReference );
      }
     
      // DEBUG
      //System.out.println( token + " -> " + reference + " -> " + index.getReferenceToken( reference ) );
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.