Package proguard.examples.modify
package proguard.examples.modify
-
ClassesClassDescriptionExample showing how to use the
PeepholeEditorwith aBranchTargetFinderand aCodeAttributeEditorto add code before and after branches.Example showing how to useInstructionSequenceReplacerto replace an `LDC` loading "Hello World" to load the constant "Hallo Wereld" instead.