Class RenamePseudoCodeVariableArguments
java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.RenamePseudoCodeVariableArguments
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
-
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 -
current_local_name
@JsonPropertyDescription("The current name of the local variable or parameter to be renamed") public String current_local_name -
new_local_name
@JsonPropertyDescription("The desired new name for the local variable or parameter") public String new_local_name
-
-
Constructor Details
-
RenamePseudoCodeVariableArguments
public RenamePseudoCodeVariableArguments()
-