Package proguard.examples.instrument
package proguard.examples.instrument
-
ClassesClassDescriptionThis sample application illustrates how to modify bytecode with the ProGuardCORE API.Example showing how to use an
InstructionSequenceReplacerto add logging before a method call which prints the value on the top of the stack i.e.Example forDebugStackTop.