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