Class RenamePseudoCodeVariablesArguments

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

public class RenamePseudoCodeVariablesArguments extends Object
  • Field Details

    • unit_path

      @JsonPropertyDescription("The path of a code unit (dex, pe, elf, etc.) such as one provided by get_project_information") public String unit_path
    • method_address

      @JsonPropertyDescription("The address of a previously decompiled method. It may be a symbol name or a memory address. For a dex method, a method address is as such: \'type_descriptor->method_descriptor\', example: \'Lcom/abc;->someFunction([I)V\'\n") public String method_address
    • items_and_names

      @JsonPropertyDescription("The list of method\'s locals to be renamed, including the current variable name and the desired new name") public List<RenamePseudoCodeVariablesArguments.Item> items_and_names
  • Constructor Details

    • RenamePseudoCodeVariablesArguments

      public RenamePseudoCodeVariablesArguments()