Class ListDexStringsArguments

java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.ListDexStringsArguments

public class ListDexStringsArguments extends Object
  • Field Details

    • unit_path

      @JsonPropertyDescription("The dex unit path such as one provided by get_project_information. If none is provided, the first dex unit found in the project will be acted upon.") public String unit_path
    • index

      @JsonPropertyDescription("The desired start index for which strings should be gathered") public int index
    • count

      @JsonPropertyDescription("The desired count of strings to be gathered (maximum 100)") public int count
    • filter

      @JsonPropertyDescription("An optional search filter. The wildcard character is allowed. Example: \'pub*house\' would match on \'This is the public house\'.") public String filter
  • Constructor Details

    • ListDexStringsArguments

      public ListDexStringsArguments()