Class RenameCodeItemArguments

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

public class RenameCodeItemArguments 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
    • current_item_address

      @JsonPropertyDescription("The address of the item to be renamed, such as one provided by list_code_classes or list_code_methods") public String current_item_address
    • new_simple_name

      @JsonPropertyDescription("The new simple name to be set for the item") public String new_simple_name
  • Constructor Details

    • RenameCodeItemArguments

      public RenameCodeItemArguments()