Package proguard.examples.modify
-
Class Summary Class Description EditClass Example showing how to use thePeepholeEditorwith aBranchTargetFinderand aCodeAttributeEditorto add code before and after branches.ReplaceSimpleConstantInstruction Example showing how to useInstructionSequenceReplacerto replace an `LDC` loading "Hello World" to load the constant "Hallo Wereld" instead.