Package proguard.examples


package proguard.examples
  • Classes
    Class
    Description
    This sample application illustrates how to perform taint analysis with the ProGuard API.
    This sample application illustrates how to modify bytecode with the ProGuardCORE API.
    This sample application illustrates how to create a class with the ProGuardCORE API.
    This sample application illustrates how to use visitors to iterate over specific instructions and exception handlers.
    This sample application illustrates how to evaluate the bytecode of a method to get information about its control flow and data flow.
    This sample application illustrates how to find branches in the code and print out some results.
    This utility class provides methods to read and write the classes in jars.
    This sample application illustrates how to preverify classes with the ProGuard API.
    This sample application illustrates how to read bytecode and print it out in text format with the ProGuard API.
    This sample application illustrates how to modify bytecode with the ProGuardCORE API.
     
     
    This sample application produces a DOT graph representation of a Control Flow Automaton generated by ProGuardCORE.
    This sample application illustrates how to evaluate bytecode to get information about its control flow and data flow.